Skip to content

Commit cdbff23

Browse files
committed
13.72
1 parent 3315ff6 commit cdbff23

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
### Version 13.72 [ July 25th 2024 ]
2+
* Chat error when Battlenet is failing to provide info during Social Queue.
3+
* Objective Tracker causing an error trying to show and hide still, currently the autohide functionality is broken.
4+
* Spec Switch Datatext was not opening Talents.
5+
* Added option to adjust the scaling of the Retail ESC Game Menu in General > Cosmetic
6+
* Hotkey text was over Cooldowns (this was something Blizzard changed so this fix only applies to our Actionbars).
7+
* Minimap Middle Click menu has icons again and also has the Profession button like Microbar (on retail).
8+
* Reimplemented Autohide for Objective Tracker (updated the Autohide Objective Tracker for Cataclysm Arena too).
9+
* World Markers can be set by holding shift in Raid Control, this mod key can be adjusted in General > BlizzUI Improvements > Raid Control.
10+
* Spell ID will show up on #showtooltip macros again.
11+
* Unitframe Fader during Hover not working correctly.
12+
* Minimap Tracking button hide is reactivated.
13+
* Party frames were not pingable anymore on Retail.
14+
* Issue with using Transfer Currencies involving RequestCurrencyFromAccountCharacter.
15+
* ExpandAllFactionHeaders error resolved.
16+
* Mover dropdown under the Nudge frame itself.
17+
* Skin issues:
18+
* Guild Reputation progress bar was always full.
19+
* Dropdown boxes overlapping with zone text in the /who list.
20+
* Updated the color for the quest text notice "This quest has been completed on your account already"
21+
* Bags/Bank skin in Classic and Cataclysm are fixed when Bags module is disabled.
22+
* Great Vault skin error when parchment remover was enabled.
23+
* Spellbook skin error when you unlearn a profession.
24+
* Scrapping Machine skin erroring on open.
25+
* Skinned new Currency Transfer menu.
26+
127
### Version 13.71 [ July 23rd 2024 ]
228
* The War Within patch 11.0 supported.
329
* Unitframe Health causing a point error when profiles switch.
@@ -51,7 +77,7 @@
5177
* Group frames now show Alternative Power options.
5278
* Guild Instance Difficulty icon shows correctly.
5379
* Missing battleground healer/tank icons on some locales.
54-
* Raid Utility: Target Icons (all), Role Icons (party), World Markers (Cata)
80+
* Raid Utility: Target Icons (all), Role Icons (party), World Markers (Cataclysm)
5581
* Panda Remix: Fixed double character page gem display.
5682
* Party Pets & Target: Individual Glow settings added.
5783

ElvUI/Core/init.lua

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

0 commit comments

Comments
 (0)