Skip to content

Commit

Permalink
13.63
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed May 2, 2024
1 parent 7c4794e commit 0df9ddc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 13.63 [ May 2nd 2024 ]
* Cataclysm Hotfixes
* Color Picker
* Battleground Queue
* Skinned GhostFrame
* Fixed Resilience and Item Level Datatext
* Removed Ammo, Pet Happiness, and Primary Stat Datatext

### Version 13.62 [ April 30th 2024 ]
* Cataclysm Classic ready.
* DualSpec enabled for SoD.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.62, '13.62-git', nil, true
return 13.63, '13.63-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 0df9ddc

Please sign in to comment.