File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
### Version 13.65 [ May 24th 2024 ]
2
9
* Cataclysm: Druid and Paladin dispel fix.
3
10
* Cataclysm: AuraWatch & Spell Filter updates.
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ function S:SkinPVPFrame()
98
98
_G .PVPFrame .HealerIcon .checkButton ,
99
99
_G .PVPFrame .DPSIcon .checkButton
100
100
}
101
+
101
102
for _ , checkButton in next , checkButtons do
102
103
S :HandleCheckBox (checkButton )
103
104
checkButton :Size (22 )
Original file line number Diff line number Diff line change 117
117
function E :ParseVersionString (addon )
118
118
local version = GetAddOnMetadata (addon , ' Version' )
119
119
if strfind (version , ' project%-version' ) then
120
- return 13.65 , ' 13.65 -git' , nil , true
120
+ return 13.66 , ' 13.66 -git' , nil , true
121
121
else
122
122
local release , extra = strmatch (version , ' ^v?([%d.]+)(.*)' )
123
123
return tonumber (release ), release .. extra , extra ~= ' '
You can’t perform that action at this time.
0 commit comments