Skip to content

Commit f73f48b

Browse files
committed
13.75
1 parent 1ab25ce commit f73f48b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
### Version 13.75 [ August 22nd 2024 ]
2+
* **Warband Bank:**
3+
* Tabs can be purchased again.
4+
* Option exists for combined mode.
5+
* Bag module off Warband is now skinned.
6+
* Unitframe range for Evoker, Rogue, and Mage was broken.
7+
* Encounter Journal skin error resolved regarding index field reset.
8+
* Error resolved during combat involving SetPropagateKeyboardInput.
9+
* Tooltip Item Count now has options Include Reagents and Include Warband.
10+
* Bag Module can now display WuE (Warband until Equipped) and BoW (Bind on Warbound, may not be fully implemented yet).
11+
* Blizzard Widgets skinning can be disabled via the Miscellaneous toggle in Skins now.
12+
* Priest void form on Retail should swap to the correct bar.
13+
* Objective Tracker and World Map text overrides should work again.
14+
* Paladin Dawnlight and Eternal Flame added to Aura Indicator.
15+
* Datatext Custom Currency dropdown not listing all currencies.
16+
* Archaeology dig site progress bar position was not being set properly.
17+
* Action bars not properly fading with dragon riding.
18+
* Gold and Guild Datatext now have a max limit option to reduce the overall size by amount of toons.
19+
* Reporting a group for Advertisement wasn't working in LFG.
20+
* Auto track reputation not actually setting the new one.
21+
* Zone Map skin causing an error on the protected function SetPropagateMouseClicks.
22+
* CompactRaidGroup causing a protected call error to SetSize when Blizzard raid frames were disabled.
23+
* Top Auras threshold flashing not ending properly (also they have a new flash curve).
24+
* Transferring currencies would sometimes cause an error.
25+
126
### Version 13.74 [ August 14th 2024 ]
227
* Changes required for 11.0.2
328
* Unitframe Portraits not lined up in thick border mode

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.74, '13.74-git', nil, true
119+
return 13.75, '13.75-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)