Skip to content

Commit

Permalink
13.66
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed May 31, 2024
1 parent 10bb048 commit 983b5b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 13.66 [ May 31st 2024 ]
* Classic: Combo points appearing on new targets.
* Cataclysm: Reforge skin toggle not working and PVP skin updated.
* Raid Utility: Removed the ability to move this in combat because of secure elements.
* Timerunning icon added for Chat, Guild Datatext, and Friends Datatext.
* Castbar ticks not working properly when castbars were enabled on group frames.

### Version 13.65 [ May 24th 2024 ]
* Cataclysm: Druid and Paladin dispel fix.
* Cataclysm: AuraWatch & Spell Filter updates.
Expand Down
1 change: 1 addition & 0 deletions ElvUI/Cata/Modules/Skins/PVP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function S:SkinPVPFrame()
_G.PVPFrame.HealerIcon.checkButton,
_G.PVPFrame.DPSIcon.checkButton
}

for _, checkButton in next, checkButtons do
S:HandleCheckBox(checkButton)
checkButton:Size(22)
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.65, '13.65-git', nil, true
return 13.66, '13.66-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 983b5b7

Please sign in to comment.