Skip to content

Commit 983b5b7

Browse files
committed
13.66
1 parent 10bb048 commit 983b5b7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 13.66 [ May 31st 2024 ]
2+
* Classic: Combo points appearing on new targets.
3+
* Cataclysm: Reforge skin toggle not working and PVP skin updated.
4+
* Raid Utility: Removed the ability to move this in combat because of secure elements.
5+
* Timerunning icon added for Chat, Guild Datatext, and Friends Datatext.
6+
* Castbar ticks not working properly when castbars were enabled on group frames.
7+
18
### Version 13.65 [ May 24th 2024 ]
29
* Cataclysm: Druid and Paladin dispel fix.
310
* Cataclysm: AuraWatch & Spell Filter updates.

ElvUI/Cata/Modules/Skins/PVP.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function S:SkinPVPFrame()
9898
_G.PVPFrame.HealerIcon.checkButton,
9999
_G.PVPFrame.DPSIcon.checkButton
100100
}
101+
101102
for _, checkButton in next, checkButtons do
102103
S:HandleCheckBox(checkButton)
103104
checkButton:Size(22)

ElvUI/Core/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ end
117117
function E:ParseVersionString(addon)
118118
local version = GetAddOnMetadata(addon, 'Version')
119119
if strfind(version, 'project%-version') then
120-
return 13.65, '13.65-git', nil, true
120+
return 13.66, '13.66-git', nil, true
121121
else
122122
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
123123
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)