Skip to content

Commit

Permalink
13.69
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jul 11, 2024
1 parent e52238f commit 66cd376
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion ElvUI/Core/Modules/DataTexts/Guild.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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 ~= ''
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 66cd376

Please sign in to comment.