Skip to content

Commit

Permalink
13.64
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed May 7, 2024
1 parent 7145f29 commit 2f9e877
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 13.64 [ May 7th 2024 ]
* Cataclysm Hotfixes
* Shaman dispel conditions fixed. (Thanks Oppzippy)
* Bag menu to assign removed as the API doesn't work anymore.
* Bag Starter Quest icon not displaying.
* Quest NPC Model text too large.
* Equipment flyout border colors.
* Pet Stable skin updated.

### Version 13.63 [ May 2nd 2024 ]
* Cataclysm Hotfixes
* Color Picker
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.63, '13.63-git', nil, true
return 13.64, '13.64-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- License: LICENSE.txt

local MAJOR_VERSION = "LibActionButton-1.0-ElvUI"
local MINOR_VERSION = 51 -- the real minor version is 110
local MINOR_VERSION = 52 -- the real minor version is 110

local LibStub = LibStub
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ License: MIT
-- @class file
-- @name LibRangeCheck-3.0
local MAJOR_VERSION = "LibRangeCheck-3.0-ElvUI"
local MINOR_VERSION = 16 -- real minor version: 13
local MINOR_VERSION = 17 -- real minor version: 13

-- GLOBALS: LibStub, CreateFrame

Expand Down

0 comments on commit 2f9e877

Please sign in to comment.