Skip to content

Commit 2f9e877

Browse files
committed
13.64
1 parent 7145f29 commit 2f9e877

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 13.64 [ May 7th 2024 ]
2+
* Cataclysm Hotfixes
3+
* Shaman dispel conditions fixed. (Thanks Oppzippy)
4+
* Bag menu to assign removed as the API doesn't work anymore.
5+
* Bag Starter Quest icon not displaying.
6+
* Quest NPC Model text too large.
7+
* Equipment flyout border colors.
8+
* Pet Stable skin updated.
9+
110
### Version 13.63 [ May 2nd 2024 ]
211
* Cataclysm Hotfixes
312
* Color Picker

ElvUI/Core/init.lua

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

ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- License: LICENSE.txt
22

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

66
local LibStub = LibStub
77
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end

ElvUI_Libraries/Core/LibRangeCheck-3.0/LibRangeCheck-3.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ License: MIT
4040
-- @class file
4141
-- @name LibRangeCheck-3.0
4242
local MAJOR_VERSION = "LibRangeCheck-3.0-ElvUI"
43-
local MINOR_VERSION = 16 -- real minor version: 13
43+
local MINOR_VERSION = 17 -- real minor version: 13
4444

4545
-- GLOBALS: LibStub, CreateFrame
4646

0 commit comments

Comments
 (0)