Skip to content

Commit

Permalink
13.67
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jun 26, 2024
1 parent 8bb79c7 commit 56220c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Version 13.67 [ June 26th 2024 ]
* Skinned LFG and Dressing Room scrollbar.
* Guild reputation progress bar fixed.
* Player Alt Power bar not staying connected to its mover.
* ObjectiveTracker leveling taint (Retail & Panda Remix).
* Guild Datatext timer Timerunning icon shows correctly.
* Mastery & Haste Datatext added for Cataclysm (Thanks Tsxy).
* Healer only and Auto hide options for Unitframe power.
* Cataclysm tooltip can now show Item Level.

### Version 13.66 [ May 31st 2024 ]
* Classic: Combo points appearing on new targets.
* Cataclysm: Reforge skin toggle not working and PVP skin updated.
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.66, '13.66-git', nil, true
return 13.67, '13.67-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 56220c8

Please sign in to comment.