diff --git a/CHANGELOG.md b/CHANGELOG.md index 212b7410ed..30a99612da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ElvUI/Core/init.lua b/ElvUI/Core/init.lua index 4eefe22bb9..d825a25217 100644 --- a/ElvUI/Core/init.lua +++ b/ElvUI/Core/init.lua @@ -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 ~= '' diff --git a/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua b/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua index 2cad02a074..6856e988a5 100644 --- a/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua +++ b/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua @@ -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 diff --git a/ElvUI_Libraries/Core/LibRangeCheck-3.0/LibRangeCheck-3.0.lua b/ElvUI_Libraries/Core/LibRangeCheck-3.0/LibRangeCheck-3.0.lua index 7646075432..623b01a1e6 100644 --- a/ElvUI_Libraries/Core/LibRangeCheck-3.0/LibRangeCheck-3.0.lua +++ b/ElvUI_Libraries/Core/LibRangeCheck-3.0/LibRangeCheck-3.0.lua @@ -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