Skip to content

Commit

Permalink
13.74
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Aug 14, 2024
1 parent 8f3ab32 commit 5473837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 13.74 [ August 14th 2024 ]
* Changes required for 11.0.2
* Unitframe Portraits not lined up in thick border mode

### Version 13.73 [ August 7th 2024 ]
* **Important:**
* Unitframe range was a bit messed up.
Expand Down Expand Up @@ -30,7 +34,6 @@
* Classic Mage Advanced Warding Rune which adds Remove Greater Curse not properly displaying dispels.
* Classic Mage Channel Ticks for Regeneration and Mass Regeneration. (Thanks Zavoky)


### Version 13.72 [ July 25th 2024 ]
* Chat error when Battlenet is failing to provide info during Social Queue.
* Spec Switch Datatext was not opening Talents.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.73, '13.73-git', nil, true
return 13.74, '13.74-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 5473837

Please sign in to comment.