From 66cd37619a75b2a82fc258e5f991d9de532fd511 Mon Sep 17 00:00:00 2001 From: Simpy Date: Wed, 10 Jul 2024 21:37:00 -0400 Subject: [PATCH] 13.69 --- CHANGELOG.md | 7 +++++++ ElvUI/Core/Modules/DataTexts/Guild.lua | 1 - ElvUI/Core/init.lua | 2 +- .../Core/LibActionButton-1.0/LibActionButton-1.0.lua | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39fa2b00c..c5c350a502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### Version 13.69 [ July 10th 2024 ] +* SetCooldown error when using vehicles and Loss of Control cooldowns timers work again. +* Communities frame skin updated and the toggles updated for Minimap and Datatext. +* Visibility settings for Enchants, Gems, and Item Level for Inspect and Character. +* Skinned Swim timers on Classic. +* Blacklisted Evoker lust debuff. + ### Version 13.68 [ July 9th 2024 ] * Enchant info to display with Item Level on Character and Inspect frames. * Player nameplate not obeying Use Class Color option for Power. diff --git a/ElvUI/Core/Modules/DataTexts/Guild.lua b/ElvUI/Core/Modules/DataTexts/Guild.lua index cc87af5ab2..4bde6656d8 100644 --- a/ElvUI/Core/Modules/DataTexts/Guild.lua +++ b/ElvUI/Core/Modules/DataTexts/Guild.lua @@ -19,7 +19,6 @@ local IsInGuild = IsInGuild local IsShiftKeyDown = IsShiftKeyDown local SetItemRef = SetItemRef local ToggleGuildFrame = ToggleGuildFrame -local ToggleFriendsFrame = ToggleFriendsFrame local UnitInParty = UnitInParty local UnitInRaid = UnitInRaid local IsAltKeyDown = IsAltKeyDown diff --git a/ElvUI/Core/init.lua b/ElvUI/Core/init.lua index c4e8dd7ad0..f118eaed25 100644 --- a/ElvUI/Core/init.lua +++ b/ElvUI/Core/init.lua @@ -117,7 +117,7 @@ end function E:ParseVersionString(addon) local version = GetAddOnMetadata(addon, 'Version') if strfind(version, 'project%-version') then - return 13.68, '13.68-git', nil, true + return 13.69, '13.69-git', nil, true else local release, extra = strmatch(version, '^v?([%d.]+)(.*)') return tonumber(release), release..extra, extra ~= '' diff --git a/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua b/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua index 43c7fa68eb..b368ed15fe 100644 --- a/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua +++ b/ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua @@ -1,7 +1,7 @@ -- License: LICENSE.txt local MAJOR_VERSION = "LibActionButton-1.0-ElvUI" -local MINOR_VERSION = 53 -- the real minor version is 117 +local MINOR_VERSION = 54 -- the real minor version is 117 local LibStub = LibStub if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end