Merge branch 'hotfix/v2.27' into main
This commit is contained in:
		@@ -26,11 +26,11 @@ local LibStub = LibStub
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
---------------------------
 | 
					---------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local MAJOR, MINOR = "Gladdy", 14
 | 
					local MAJOR, MINOR = "Gladdy", 15
 | 
				
			||||||
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.26
 | 
					Gladdy.version_minor_num = 0.27
 | 
				
			||||||
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.26-Release
 | 
					## Version: 2.27-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.26-Release
 | 
					## Version: 2.27-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: 30402
 | 
					## Interface: 30402
 | 
				
			||||||
## Title: Gladdy - WotLK
 | 
					## Title: Gladdy - WotLK
 | 
				
			||||||
## Version: 2.26-Release
 | 
					## Version: 2.27-Release
 | 
				
			||||||
## Notes: The most powerful arena AddOn for WoW 3.4.2
 | 
					## Notes: The most powerful arena AddOn for WoW 3.4.2
 | 
				
			||||||
## 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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -209,7 +209,7 @@ function TotemPlates:NAME_PLATE_UNIT_REMOVED(unitID)
 | 
				
			|||||||
        tinsert(self.totemPlateCache, nameplate.gladdyTotemFrame)
 | 
					        tinsert(self.totemPlateCache, nameplate.gladdyTotemFrame)
 | 
				
			||||||
        nameplate.gladdyTotemFrame = nil
 | 
					        nameplate.gladdyTotemFrame = nil
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
    if (self.addon ~= "Plater") then
 | 
					    if (self.addon == "ElvUI") then
 | 
				
			||||||
        self:ToggleAddon(nameplate, true)
 | 
					        self:ToggleAddon(nameplate, true)
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -81,6 +81,9 @@ Thank you!
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Changes
 | 
					### Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### v2.27-Release
 | 
				
			||||||
 | 
					- fix TotemPlates interfering with NeatPlates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### v2.26-Release
 | 
					### v2.26-Release
 | 
				
			||||||
- fix TotemPlates interfering with Plater (thanks again [Flamanis](https://github.com/Flamanis))
 | 
					- fix TotemPlates interfering with Plater (thanks again [Flamanis](https://github.com/Flamanis))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user