Skip to content

Commit

Permalink
13.81
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 19, 2024
1 parent 8740bf6 commit 1ce8c01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 13.81 [ November 19th 2024 ]
* Blacklisted Auras: Well-Honed Instincts
* Unitframe color options added to set Health Breakpoint, only for Friendly units, and Color Backdrop. (Thanks BeeVa)
* Chat would error when attempting to move it.
* Attempted a fix for old Dropdowns from other addons causing a Skin error.
* Minimap Right Click for Tracking works on Cataclysm.
* Mover selection uses the new dropdown on Cataclysm.
* Spellbook Tooltips not working on Cataclysm.

### Version 13.80 [ October 29th 2024 ]
* Currency Transfer skin updated.
* Blacklisted Auras: Flight Style, Call of the Elder Druid, DK Blood Draw, WoW's Anniversary, and Warband Mentored Leveling.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.80, '13.80-git', nil, true
return 13.81, '13.81-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 1ce8c01

Please sign in to comment.