Skip to content

Commit

Permalink
prep 13.59
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Feb 23, 2024
1 parent 0ec2ea1 commit e16467f
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Version 13.59 [ February 23rd 2024 ]
* Gnomeregan filters updated.
* Whitelisted Suspended World Buffs.
* Toggling spell ranks trigger range display issue.
* Updated allied races model skin.
* Currency error when using Better Bags.
* Season of Discovery Instance IDs added for the Raid Lockouts on Time Datatext.
* Filter creation error resolved when a filter and spell was selected.
* Raid Utility button supports boss mod cooldown function. (Wrath/Classic)
* Closing whisper tab mid-combat no longer causes errors.
* Blizzard options tooltip issue after displaying the Action Bars section resolved.
* Bags "itemButton" error fixed when adding a new Bag then reopening.
* Wrath Fury of Stormrage regen bug fixed. (Thanks ToddSisson)
* WeakAuras color picker save issue fixed. (Wrath)

### Version 13.58 [ February 11th 2024 ]
* Updated LibRangeCheck which fixes the CheckInteractDistance error.
* Color Picker not saving properly on WeakAuras or other addons.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/ElvUI_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bClassic|r
## Notes: User Interface Replacement
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## SavedVariables: ElvDB, ElvPrivateDB
## SavedVariablesPerCharacter: ElvCharacterDB
## OptionalDeps: SharedMedia, Tukui, Masque
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/ElvUI_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r
## Notes: User Interface Replacement
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## SavedVariables: ElvDB, ElvPrivateDB
## SavedVariablesPerCharacter: ElvCharacterDB
## OptionalDeps: SharedMedia, Tukui, Masque
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/ElvUI_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bWrath|r
## Notes: User Interface Replacement
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## SavedVariables: ElvDB, ElvPrivateDB
## SavedVariablesPerCharacter: ElvCharacterDB
## OptionalDeps: SharedMedia, Tukui, Masque
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_Libraries/Core/LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ License: MIT
-- @class file
-- @name LibRangeCheck-3.0
local MAJOR_VERSION = "LibRangeCheck-3.0"
local MINOR_VERSION = 12
local MINOR_VERSION = 13

-- GLOBALS: LibStub, CreateFrame

Expand Down Expand Up @@ -1353,7 +1353,7 @@ function lib:activate()
frame:RegisterEvent("CHARACTER_POINTS_CHANGED")
frame:RegisterEvent("SPELLS_CHANGED")

if not isRetail then
if isEra or isWrath then
frame:RegisterEvent("CVAR_UPDATE")
end

Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Libraries/ElvUI_Libraries_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bLibraries|r
## Notes: Libraries that power ElvUI
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## Interface: 11501
## OptionalDeps: LibHealComm-4.0
## X-oUF: ElvUF
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Libraries/ElvUI_Libraries_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bLibraries|r
## Notes: Libraries that power ElvUI
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## Interface: 100205
## X-oUF: ElvUF
## IconTexture: Interface\AddOns\ElvUI\Core\Media\Textures\LogoAddon
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Libraries/ElvUI_Libraries_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bLibraries|r
## Notes: Libraries that power ElvUI
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## Interface: 30403
## OptionalDeps: LibHealComm-4.0
## X-oUF: ElvUF
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Options/ElvUI_Options_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bOptions|r
## Notes: Powers the configuration window.|n|cffff3333Does not store any profile data.|r
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## Interface: 11501
## RequiredDeps: ElvUI
## LoadOnDemand: 1
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Options/ElvUI_Options_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bOptions|r
## Notes: Powers the configuration window.|n|cffff3333Does not store any profile data.|r
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## Interface: 100205
## RequiredDeps: ElvUI
## LoadOnDemand: 1
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Options/ElvUI_Options_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: |cff1784d1ElvUI|r |cfd9b9b9bOptions|r
## Notes: Powers the configuration window.|n|cffff3333Does not store any profile data.|r
## Author: Elv, Simpy
## Version: 13.58
## Version: 13.59
## Interface: 30403
## RequiredDeps: ElvUI
## LoadOnDemand: 1
Expand Down

0 comments on commit e16467f

Please sign in to comment.