Skip to content

Commit

Permalink
13.65
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed May 24, 2024
1 parent 4859082 commit 18f6078
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Version 13.65 [ May 24th 2024 ]
* Cataclysm: Druid and Paladin dispel fix.
* Cataclysm: AuraWatch & Spell Filter updates.
* Cataclysm: Cabal Zealot chat bug fixed.
* Cataclysm: Rogue Redirect & Combo Points fixed.
* Cataclysm: Friends frame skin error fixed.
* Group frames now show Alternative Power options.
* Guild Instance Difficulty icon shows correctly.
* Missing battleground healer/tank icons on some locales.
* Raid Utility: Target Icons (all), Role Icons (party), World Markers (Cata)
* Panda Remix: Fixed double character page gem display.
* Party Pets & Target: Individual Glow settings added.

### Version 13.64 [ May 7th 2024 ]
* Cataclysm Hotfixes
* Shaman dispel conditions fixed. (Thanks Oppzippy)
Expand Down
2 changes: 0 additions & 2 deletions ElvUI/Cata/Modules/Skins/Friends.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ local pairs, unpack = pairs, unpack

local BNConnected = BNConnected
local BNFeaturesEnabled = BNFeaturesEnabled
local GetGuildRosterInfo = GetGuildRosterInfo
local GetNumSubgroupMembers = GetNumSubgroupMembers
local GetQuestDifficultyColor = GetQuestDifficultyColor
local hooksecurefunc = hooksecurefunc

local GUILDMEMBERS_TO_DISPLAY = GUILDMEMBERS_TO_DISPLAY
local C_FriendList_GetNumWhoResults = C_FriendList.GetNumWhoResults
local C_FriendList_GetWhoInfo = C_FriendList.GetWhoInfo

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.64, '13.64-git', nil, true
return 13.65, '13.65-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 18f6078

Please sign in to comment.