Version 1.1.1 (22-06-2020)
Jarth [06-22-20 - 16:40]
Version 1.1.1 (22-06-2020)
- Fixed issue with changing display name of the bars
diff --git a/CBs_Constants.lua b/CBs_Constants.lua
index e7ffceb..5f1a916 100644
--- a/CBs_Constants.lua
+++ b/CBs_Constants.lua
@@ -7,7 +7,7 @@ Filename: CBs_Constants.lua
-------------------------------------------------------------------------------------------------
CollectionBars = {
WM = GetWindowManager(),
- Addon = {Name = "CollectionBars", DisplayName = "Collection Bars", Abbreviation = "CBs", Version = 1.1, MinorVersion = 0, SettingsSlash = "/cb", Author = "Jarth"},
+ Addon = {Name = "CollectionBars", DisplayName = "Collection Bars", Abbreviation = "CBs", Version = 1.1, MinorVersion = 1, SettingsSlash = "/cb", Author = "Jarth"},
AllButtons = {},
Default = {
UseAccountSettings = true,
diff --git a/CBs_Settings_Data.lua b/CBs_Settings_Data.lua
index 17799c4..9916f43 100644
--- a/CBs_Settings_Data.lua
+++ b/CBs_Settings_Data.lua
@@ -505,9 +505,9 @@ function base.AppendMasterListTypeCategory(self, listType)
name = "Display name",
tooltipText = string.format("Change displayname used on the label\n%s", disabledWhenLabelIsHidden),
disabledFunc = function() return not self.category.Saved.Label.Show end,
- funcGet = function() return tostring(self.category.Saved.Bar.Display) end,
+ funcGet = function() return tostring(self.category.Saved.Label.Display) end,
funcSet = function(control)
- self.category.Saved.Bar.Display = control:GetText() or ""
+ self.category.Saved.Label.Display = control:GetText() or ""
base:RestoreFrame(self.category)
base:RestoreCombineLabels()
end
diff --git a/Changelog b/Changelog
index 6367e2f..cd82f2a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,9 @@
-------------------------------------------------------------------------------
Collection bars
-------------------------------------------------------------------------------
+Version 1.1.1 (22-06-2020)
+- Fixed issue with changing display name of the bars
+
Version 1.1.0 (21-06-2020)
Warning: With this version the saved variables will reset!
diff --git a/CollectionBars.txt b/CollectionBars.txt
index 063958e..387e758 100644
--- a/CollectionBars.txt
+++ b/CollectionBars.txt
@@ -6,8 +6,8 @@
## APIVersion: 100031
## Title: Collection Bars
-## AddOnVersion: 1011
-## Version: 1.1.0
+## AddOnVersion: 111
+## Version: 1.1.1
## Author: Jarth
## Description: Show collection bars and activate collections with key or button press. Shortcuts: Settings window: /cb OptionalDependsOn: LibDebugLogger (Logging can be enabled in settings)
##