Skip to content

Commit 5473837

Browse files
committed
13.74
1 parent 8f3ab32 commit 5473837

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
### Version 13.73 [ August 7th 2024 ]
26
* **Important:**
37
* Unitframe range was a bit messed up.
@@ -30,7 +34,6 @@
3034
* Classic Mage Advanced Warding Rune which adds Remove Greater Curse not properly displaying dispels.
3135
* Classic Mage Channel Ticks for Regeneration and Mass Regeneration. (Thanks Zavoky)
3236

33-
3437
### Version 13.72 [ July 25th 2024 ]
3538
* Chat error when Battlenet is failing to provide info during Social Queue.
3639
* Spec Switch Datatext was not opening Talents.

Diff for: ElvUI/Core/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
function E:ParseVersionString(addon)
117117
local version = GetAddOnMetadata(addon, 'Version')
118118
if strfind(version, 'project%-version') then
119-
return 13.73, '13.73-git', nil, true
119+
return 13.74, '13.74-git', nil, true
120120
else
121121
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
122122
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)