File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 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+
18### Version 13.65 [ May 24th 2024 ]
29* Cataclysm: Druid and Paladin dispel fix.
310* Cataclysm: AuraWatch & Spell Filter updates.
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 117117function 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 ~= ' '
You can’t perform that action at this time.
0 commit comments