Merge branch 'release/v2.22-Release' into main
This commit is contained in:
		@@ -27,11 +27,11 @@ local LibStub = LibStub
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
---------------------------
 | 
					---------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local MAJOR, MINOR = "Gladdy", 10
 | 
					local MAJOR, MINOR = "Gladdy", 11
 | 
				
			||||||
local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
 | 
					local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
 | 
				
			||||||
local L
 | 
					local L
 | 
				
			||||||
Gladdy.version_major_num = 2
 | 
					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_num = Gladdy.version_major_num + Gladdy.version_minor_num
 | 
				
			||||||
Gladdy.version_releaseType = RELEASE_TYPES.release
 | 
					Gladdy.version_releaseType = RELEASE_TYPES.release
 | 
				
			||||||
Gladdy.version = PREFIX .. string.format("%.2f", Gladdy.version_num) .. "-" .. Gladdy.version_releaseType
 | 
					Gladdy.version = PREFIX .. string.format("%.2f", Gladdy.version_num) .. "-" .. Gladdy.version_releaseType
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
## Title: Gladdy |cFFFF0000 game client not supported|r
 | 
					## 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
 | 
					## Notes: The most powerful arena AddOn for WoW Classic TBC/WotLK
 | 
				
			||||||
## Author: XiconQoo, DnB_Junkee, Knall
 | 
					## Author: XiconQoo, DnB_Junkee, Knall
 | 
				
			||||||
## X-Email: contact me on discord Knall#1751
 | 
					## X-Email: contact me on discord Knall#1751
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
## Interface: 20504
 | 
					## Interface: 20504
 | 
				
			||||||
## Title: Gladdy - TBC
 | 
					## Title: Gladdy - TBC
 | 
				
			||||||
## Version: 2.21-Release
 | 
					## Version: 2.22-Release
 | 
				
			||||||
## Notes: The most powerful arena AddOn for WoW 2.5.4
 | 
					## Notes: The most powerful arena AddOn for WoW 2.5.4
 | 
				
			||||||
## Author: XiconQoo, DnB_Junkee, Knall
 | 
					## Author: XiconQoo, DnB_Junkee, Knall
 | 
				
			||||||
## X-Email: contact me on discord Knall#1751
 | 
					## X-Email: contact me on discord Knall#1751
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
## Interface: 30400
 | 
					## Interface: 30400
 | 
				
			||||||
## Title: Gladdy - WotLK
 | 
					## Title: Gladdy - WotLK
 | 
				
			||||||
## Version: 2.21-Release
 | 
					## Version: 2.22-Release
 | 
				
			||||||
## Notes: The most powerful arena AddOn for WoW 3.4.0
 | 
					## Notes: The most powerful arena AddOn for WoW 3.4.0
 | 
				
			||||||
## Author: XiconQoo, DnB_Junkee, Knall
 | 
					## Author: XiconQoo, DnB_Junkee, Knall
 | 
				
			||||||
## X-Email: contact me on discord Knall#1751
 | 
					## X-Email: contact me on discord Knall#1751
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ https://www.wowace.com/projects/libbuttonglow-1-0
 | 
				
			|||||||
-- luacheck: globals CreateFromMixins ObjectPoolMixin CreateTexturePool CreateFramePool
 | 
					-- luacheck: globals CreateFromMixins ObjectPoolMixin CreateTexturePool CreateFramePool
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local MAJOR_VERSION = "LibCustomGlow-1.0"
 | 
					local MAJOR_VERSION = "LibCustomGlow-1.0"
 | 
				
			||||||
local MINOR_VERSION = 17
 | 
					local MINOR_VERSION = 16
 | 
				
			||||||
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
 | 
					if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
 | 
				
			||||||
local lib, oldversion = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
 | 
					local lib, oldversion = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
 | 
				
			||||||
if not lib then return end
 | 
					if not lib then return end
 | 
				
			||||||
@@ -313,9 +313,6 @@ function lib.PixelGlow_Stop(r,key)
 | 
				
			|||||||
    if not r then
 | 
					    if not r then
 | 
				
			||||||
        return
 | 
					        return
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
    if type(key) ~= "string" or type(key) ~= "number" then
 | 
					 | 
				
			||||||
        key = nil
 | 
					 | 
				
			||||||
    end
 | 
					 | 
				
			||||||
    key = key or ""
 | 
					    key = key or ""
 | 
				
			||||||
    if not r["_PixelGlow"..key] then
 | 
					    if not r["_PixelGlow"..key] then
 | 
				
			||||||
        return false
 | 
					        return false
 | 
				
			||||||
@@ -411,9 +408,6 @@ function lib.AutoCastGlow_Stop(r,key)
 | 
				
			|||||||
    if not r then
 | 
					    if not r then
 | 
				
			||||||
        return
 | 
					        return
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
    if type(key) ~= "string" or type(key) ~= "number" then
 | 
					 | 
				
			||||||
        key = nil
 | 
					 | 
				
			||||||
    end
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    key = key or ""
 | 
					    key = key or ""
 | 
				
			||||||
    if not r["_AutoCastGlow"..key] then
 | 
					    if not r["_AutoCastGlow"..key] then
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
###### <a target="_blank" rel="noopener noreferrer" href="https://www.paypal.me/xiconqoo/10"><img src="https://raw.githubusercontent.com/XiconQoo/Gladdy/readme-media/Paypal-Donate.png" height="30" style="margin-top:-30px;position:relative;top:20px;"></a> Please consider donating if you like my work
 | 
					###### <a target="_blank" rel="noopener noreferrer" href="https://www.paypal.me/xiconqoo/10"><img src="https://raw.githubusercontent.com/XiconQoo/Gladdy/readme-media/Paypal-Donate.png" height="30" style="margin-top:-30px;position:relative;top:20px;"></a> Please consider donating if you like my work
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -79,6 +79,9 @@ Thank you!
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Changes
 | 
					### Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### v2.22-Release
 | 
				
			||||||
 | 
					- fixed unwanted committed changes to LibCustomGlow
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### v2.21-Release
 | 
					### v2.21-Release
 | 
				
			||||||
- **Cooldowns**
 | 
					- **Cooldowns**
 | 
				
			||||||
  - glows minor fix again...
 | 
					  - glows minor fix again...
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user