Skip to content

Commit

Permalink
13.77
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Sep 10, 2024
1 parent 285d9ec commit 59eb808
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Version 13.77 [ September 10th 2024 ]
* Unitframe range issue with Shaman resolved.
* Castbar option to allow BigWigs to rename spells to something better to understand (Example: 'Impaling Eruption' becomes 'Frontal').
* Nameplate Stylefilter that use Spell Cooldown trigger would cause an error.
* Nameplate Stylefilter ElvUI_Target disabled by default.
* Priest form paging readjusted on Classic Era.
* Actionbar Fade updated more for Skyriding.
* Raid Menu button not working on Classic Era.
* Button button scaled wrong when displayed during combat.
* Guild members getting an Achievement would sometimes cause an error.
* Auction house opening bags when Auto Toggle was unchecked.
* Cleaned up Zone Map skin.

### Version 13.76 [ August 27th 2024 ]
* More Unitframe range issues resolved.
* Fader updated again for Skyriding.
Expand Down
1 change: 0 additions & 1 deletion ElvUI/Core/General/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ local GetSpecialization = (E.Classic or E.Cata) and LCS.GetSpecialization or Get
local PlayerGetTimerunningSeasonID = PlayerGetTimerunningSeasonID

local DisableAddOn = C_AddOns.DisableAddOn
local GetAddOnMetadata = C_AddOns.GetAddOnMetadata
local GetCVarBool = C_CVar.GetCVarBool

local LE_PARTY_CATEGORY_HOME = LE_PARTY_CATEGORY_HOME
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.76, '13.76-git', nil, true
return 13.77, '13.77-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,5 +1,5 @@
local LibStub = _G.LibStub
local MAJOR, MINOR = 'LibAceConfigHelper', 11
local MAJOR, MINOR = 'LibAceConfigHelper', 12
local ACH = LibStub:NewLibrary(MAJOR, MINOR)
local LSM = LibStub('LibSharedMedia-3.0')

Expand Down

0 comments on commit 59eb808

Please sign in to comment.