diff --git a/CHANGELOG.md b/CHANGELOG.md index 69178c0..d7c2bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog +## [1.4.1] + ### Updated +- Updated TOC for all versions of the game +- Fixed an error that happens when opening NoobTacoUI installer after its been installed. +- + ## [1.4.0] +### Updated + - Changed actionbar glow to be more visible. - Updated version checks - Fix #35 - Correctly move the new totem tracker for shaman and DK's diff --git a/Code.lua b/Code.lua index 0c7ddc9..b1118b9 100644 --- a/Code.lua +++ b/Code.lua @@ -302,7 +302,7 @@ local function InsertOptions() desc = "Run the installation process.", func = function() E:GetModule("PluginInstaller"):Queue(InstallerData) - E:ToggleOptionsUI() + E:ToggleOptions() end } } diff --git a/NoobTacoUI.toc b/NoobTacoUI.toc index a2526ca..d17aa06 100644 --- a/NoobTacoUI.toc +++ b/NoobTacoUI.toc @@ -1,10 +1,10 @@ -## Interface: 90207 -## Interface-Classic: 11403 +## Interface: 100205 +## Interface-Classic: 11500 ## Interface-BCC: 20504 -## Interface-Wrath: 30400 +## Interface-Wrath: 30403 ## Title: |cFF16C3F2NoobTaco|r|cFFFFFFFFUI|r ## Author: NoobTaco -## Version: 1.4.0 +## Version: 1.4.1 ## Notes: Contains layouts from NoobTacoUI ## RequiredDeps: ElvUI ## DefaultState: enabled