File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 13.74 [ August 14th 2024 ]
2
+ * Changes required for 11.0.2
3
+ * Unitframe Portraits not lined up in thick border mode
4
+
1
5
### Version 13.73 [ August 7th 2024 ]
2
6
* ** Important:**
3
7
* Unitframe range was a bit messed up.
30
34
* Classic Mage Advanced Warding Rune which adds Remove Greater Curse not properly displaying dispels.
31
35
* Classic Mage Channel Ticks for Regeneration and Mass Regeneration. (Thanks Zavoky)
32
36
33
-
34
37
### Version 13.72 [ July 25th 2024 ]
35
38
* Chat error when Battlenet is failing to provide info during Social Queue.
36
39
* Spec Switch Datatext was not opening Talents.
Original file line number Diff line number Diff line change 116
116
function E :ParseVersionString (addon )
117
117
local version = GetAddOnMetadata (addon , ' Version' )
118
118
if strfind (version , ' project%-version' ) then
119
- return 13.73 , ' 13.73 -git' , nil , true
119
+ return 13.74 , ' 13.74 -git' , nil , true
120
120
else
121
121
local release , extra = strmatch (version , ' ^v?([%d.]+)(.*)' )
122
122
return tonumber (release ), release .. extra , extra ~= ' '
You can’t perform that action at this time.
0 commit comments