From 86fcff8ea83296ab47e9f3f53ff8638331f8172a Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 18 Aug 2022 18:30:00 +0200 Subject: [PATCH 1/2] LibCustomGlow v16 --- Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua index 7f15235..401ed5d 100644 --- a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua +++ b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua @@ -6,7 +6,7 @@ https://www.wowace.com/projects/libbuttonglow-1-0 -- luacheck: globals CreateFromMixins ObjectPoolMixin CreateTexturePool CreateFramePool local MAJOR_VERSION = "LibCustomGlow-1.0" -local MINOR_VERSION = 17 +local MINOR_VERSION = 16 if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end local lib, oldversion = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION) if not lib then return end @@ -313,9 +313,6 @@ function lib.PixelGlow_Stop(r,key) if not r then return end - if type(key) ~= "string" or type(key) ~= "number" then - key = nil - end key = key or "" if not r["_PixelGlow"..key] then return false @@ -411,9 +408,6 @@ function lib.AutoCastGlow_Stop(r,key) if not r then return end - if type(key) ~= "string" or type(key) ~= "number" then - key = nil - end key = key or "" if not r["_AutoCastGlow"..key] then From 6f5ab94ecb6950c1d601dd8c1e18eb7e2e44900d Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 18 Aug 2022 18:33:15 +0200 Subject: [PATCH 2/2] v2.22-Release --- Gladdy.lua | 4 ++-- Gladdy.toc | 2 +- Gladdy_BCC.toc | 2 +- Gladdy_Wrath.toc | 2 +- README.md | 5 ++++- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gladdy.lua b/Gladdy.lua index a988d13..7e03f32 100644 --- a/Gladdy.lua +++ b/Gladdy.lua @@ -27,11 +27,11 @@ local LibStub = LibStub --------------------------- -local MAJOR, MINOR = "Gladdy", 10 +local MAJOR, MINOR = "Gladdy", 11 local Gladdy = LibStub:NewLibrary(MAJOR, MINOR) local L Gladdy.version_major_num = 2 -Gladdy.version_minor_num = 0.21 +Gladdy.version_minor_num = 0.22 Gladdy.version_num = Gladdy.version_major_num + Gladdy.version_minor_num Gladdy.version_releaseType = RELEASE_TYPES.release Gladdy.version = PREFIX .. string.format("%.2f", Gladdy.version_num) .. "-" .. Gladdy.version_releaseType diff --git a/Gladdy.toc b/Gladdy.toc index 01a26f2..da5209a 100644 --- a/Gladdy.toc +++ b/Gladdy.toc @@ -1,5 +1,5 @@ ## Title: Gladdy |cFFFF0000 game client not supported|r -## Version: 2.21-Release +## Version: 2.22-Release ## Notes: The most powerful arena AddOn for WoW Classic TBC/WotLK ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/Gladdy_BCC.toc b/Gladdy_BCC.toc index 68f04a5..599ff68 100644 --- a/Gladdy_BCC.toc +++ b/Gladdy_BCC.toc @@ -1,6 +1,6 @@ ## Interface: 20504 ## Title: Gladdy - TBC -## Version: 2.21-Release +## Version: 2.22-Release ## Notes: The most powerful arena AddOn for WoW 2.5.4 ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/Gladdy_Wrath.toc b/Gladdy_Wrath.toc index 7984195..499ba6a 100644 --- a/Gladdy_Wrath.toc +++ b/Gladdy_Wrath.toc @@ -1,6 +1,6 @@ ## Interface: 30400 ## Title: Gladdy - WotLK -## Version: 2.21-Release +## Version: 2.22-Release ## Notes: The most powerful arena AddOn for WoW 3.4.0 ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/README.md b/README.md index 3dfd079..075ccd9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -## [v2.21-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.21-Release/Gladdy_Classic_v2.21-Release.zip) +## [v2.22-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.22-Release/Gladdy_Classic_v2.22-Release.zip) ###### Please consider donating if you like my work @@ -79,6 +79,9 @@ Thank you! ### Changes +### v2.22-Release +- fixed unwanted committed changes to LibCustomGlow + ### v2.21-Release - **Cooldowns** - glows minor fix again...