Skip to content

Commit 18f6078

Browse files
committed
13.65
1 parent 4859082 commit 18f6078

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### Version 13.65 [ May 24th 2024 ]
2+
* Cataclysm: Druid and Paladin dispel fix.
3+
* Cataclysm: AuraWatch & Spell Filter updates.
4+
* Cataclysm: Cabal Zealot chat bug fixed.
5+
* Cataclysm: Rogue Redirect & Combo Points fixed.
6+
* Cataclysm: Friends frame skin error fixed.
7+
* Group frames now show Alternative Power options.
8+
* Guild Instance Difficulty icon shows correctly.
9+
* Missing battleground healer/tank icons on some locales.
10+
* Raid Utility: Target Icons (all), Role Icons (party), World Markers (Cata)
11+
* Panda Remix: Fixed double character page gem display.
12+
* Party Pets & Target: Individual Glow settings added.
13+
114
### Version 13.64 [ May 7th 2024 ]
215
* Cataclysm Hotfixes
316
* Shaman dispel conditions fixed. (Thanks Oppzippy)

ElvUI/Cata/Modules/Skins/Friends.lua

-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ local pairs, unpack = pairs, unpack
66

77
local BNConnected = BNConnected
88
local BNFeaturesEnabled = BNFeaturesEnabled
9-
local GetGuildRosterInfo = GetGuildRosterInfo
109
local GetNumSubgroupMembers = GetNumSubgroupMembers
1110
local GetQuestDifficultyColor = GetQuestDifficultyColor
1211
local hooksecurefunc = hooksecurefunc
1312

14-
local GUILDMEMBERS_TO_DISPLAY = GUILDMEMBERS_TO_DISPLAY
1513
local C_FriendList_GetNumWhoResults = C_FriendList.GetNumWhoResults
1614
local C_FriendList_GetWhoInfo = C_FriendList.GetWhoInfo
1715

ElvUI/Core/init.lua

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

0 commit comments

Comments
 (0)