Skip to content

Commit 991030e

Browse files
committed
14.06
1 parent 2718738 commit 991030e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 14.06 [ January 14th 2026 ]
2+
* Friends Datatext erroring when attempting to send a whisper.
3+
* Remove the decor icon overlay for loot history. (Thanks fang2hou)
4+
* Mist: Gem socket border color not showing quality.
5+
* TBC / Wrath: Pet happiness tags and Databar options again.
6+
* TBC: Fixed several skins and pet bar auto cast glow.
7+
18
### Version 14.05 [ January 5th 2026 ]
29
* Chat: Editbox font not obeying the proper font size.
310
* Chat: Boss emotes failing to display their message and % doubled up in messages.

ElvUI/Game/Shared/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ end
128128
function E:ParseVersionString(addon)
129129
local version = GetAddOnMetadata(addon, 'Version')
130130
if strfind(version, 'project%-version') then
131-
return 14.05, '14.05-git', nil, true
131+
return 14.06, '14.06-git', nil, true
132132
else
133133
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
134134
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)