Skip to content

Commit

Permalink
# 2.2.0
Browse files Browse the repository at this point in the history
- Fixed a bug that would make Bagnon_Currencies interfere with other LDB-displays.
  • Loading branch information
Spillmaker committed Oct 15, 2022
1 parent 325bc17 commit fb1b9bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bagnon_Currencies.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Author: Spillmaker@Github
## Interface: 90207
## Interface-Wrath: 30400
## Version: 2.1.0
## Version: 2.2.0
## OptionalDeps: Bagnon

libs\LibDataBroker-1.1.lua
Expand Down
3 changes: 2 additions & 1 deletion Bagnon_Currencies_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ local function ToggleCurrencyTab()
end

-- The object used to show the currencies in the bag
local dataObject = ldb:NewDataObject("Bagnon-Currencies", {
local dataObject = ldb:NewDataObject("Bagnon_Currencies", {
type = "Launcher",
text = "Loading currencies...",
OnClick = function() ToggleCurrencyTab() end
});
Expand Down
3 changes: 2 additions & 1 deletion Bagnon_Currencies_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ local function ToggleCurrencyTab()
end

-- The object used to show the currencies in the bag
local dataObject = ldb:NewDataObject("Bagnon-Currencies", {
local dataObject = ldb:NewDataObject("Bagnon_Currencies", {
type = "Launcher",
text = "Loading currencies...",
OnClick = function() ToggleCurrencyTab() end
});
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.0
- Fixed a bug that would make Bagnon_Currencies interfere with other LDB-displays.
- _The bug has always been there, but was made visible in Bagnon 9.2.2_

# 2.1.0
- Fixed an issue where the addon would crash on load
- Fixed an issue with non-latin fonts not being loaded.
Expand Down

0 comments on commit fb1b9bc

Please sign in to comment.