From e13346b76a22c7b698dcacca9dc18a784f440fcf Mon Sep 17 00:00:00 2001 From: Merathilis Date: Fri, 19 Nov 2021 16:24:27 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1674640b..6afe5b624 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- - + +
----- From a64ddccabaa891fca8c92e27c3545b4e8fb8439a Mon Sep 17 00:00:00 2001 From: Merathilis Date: Fri, 19 Nov 2021 20:01:31 +0100 Subject: [PATCH 2/3] This should fix the error for non Retail. --- Core/Modules/Misc/Misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Modules/Misc/Misc.lua b/Core/Modules/Misc/Misc.lua index 4bb431a61..51594afb8 100644 --- a/Core/Modules/Misc/Misc.lua +++ b/Core/Modules/Misc/Misc.lua @@ -214,6 +214,7 @@ function module:Initialize() module:ItemLevel() module:CreateMawWidgetFrame() module:WowHeadLinks() + module:AddAlerts() hooksecurefunc('WhoList_Update', UpdateWhoList) hooksecurefunc(_G.WhoListScrollFrame, 'update', UpdateWhoList) @@ -222,7 +223,6 @@ function module:Initialize() module:LoadGMOTD() module:LoadQuest() module:LoadnameHover() - module:AddAlerts() module:ReputationInit() module:SplashScreen() end From 8aa21835e471e8f90f40891bf8b300b8821725d2 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Fri, 19 Nov 2021 20:04:50 +0100 Subject: [PATCH 3/3] v.4.86 --- CHANGELOG.md | 7 +++---- CHANGELOG.txt | 8 ++++---- Core/General/Changelog.lua | 6 +++--- ElvUI_MerathilisUI.toc | 2 +- ElvUI_MerathilisUI_Classic.toc | 2 +- ElvUI_MerathilisUI_TBC.toc | 2 +- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ac9865c..be3bc215b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ -## [4.85] ## ### Changes ### ## Retail: ## - * Only load my Announce Module on Retail + * nothing changed ## Classic: ## - * nothing changed + * Fixed an error in Alerts ## TBC: ## - * nothing changed + * Fixed an error in Alerts diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 624ccaa4d..1b55e60aa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,10 @@ -[b][color=orange]Retail: v4.85[/color], 19.11.2021[/b][list] +[b][color=orange]Retail: v4.86[/color], 19.11.2021[/b][list] [*][b][color=orange]Retail:[/color][/b] -[*]Only load my Announce Module on Retail +[*]nothing changed [*][b][color=orange]Classic:[/color][/b] -[*]nothing changed +[*]Fixed an error in Alerts [*][b][color=orange]TBC:[/color][/b] -[*]nothing changed[/list] +[*]Fixed an error in Alerts[/list] diff --git a/Core/General/Changelog.lua b/Core/General/Changelog.lua index 50358261f..cf02c66ba 100644 --- a/Core/General/Changelog.lua +++ b/Core/General/Changelog.lua @@ -16,15 +16,15 @@ local DISABLED_FONT_COLOR = DISABLED_FONT_COLOR local ChangeLogData = { "Retail:", - "• Only load my Announce Module on Retail", + "• nothing changed", " ", "Classic:", - "• nothing changed", + "• Fixed an error in Alerts", " ", "TBC:", - "• nothing changed", + "• Fixed an error in Alerts", " ", "Notes:", diff --git a/ElvUI_MerathilisUI.toc b/ElvUI_MerathilisUI.toc index 536b729aa..6d264aeb4 100644 --- a/ElvUI_MerathilisUI.toc +++ b/ElvUI_MerathilisUI.toc @@ -2,7 +2,7 @@ ## Interface-Classic: 11307 ## Interface-BCC: 20502 ## Author: Merathilis -## Version: 4.85 +## Version: 4.86 ## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r ## Notes: A decorative edit for ElvUI + additional features. ## Notes-deDE: Eine dekorative Erweiterung für ElvUI + einige zusätzliche Funktionen. diff --git a/ElvUI_MerathilisUI_Classic.toc b/ElvUI_MerathilisUI_Classic.toc index b3d0902dc..bd08b7d05 100644 --- a/ElvUI_MerathilisUI_Classic.toc +++ b/ElvUI_MerathilisUI_Classic.toc @@ -1,6 +1,6 @@ ## Interface: 11307 ## Author: Merathilis -## Version: 4.85 +## Version: 4.86 ## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r ## Notes: A decorative edit for ElvUI + additional features. ## Notes-deDE: Eine dekorative Erweiterung für ElvUI + einige zusätzliche Funktionen. diff --git a/ElvUI_MerathilisUI_TBC.toc b/ElvUI_MerathilisUI_TBC.toc index b0ad99cef..aa563dd4e 100644 --- a/ElvUI_MerathilisUI_TBC.toc +++ b/ElvUI_MerathilisUI_TBC.toc @@ -1,6 +1,6 @@ ## Interface: 20502 ## Author: Merathilis -## Version: 4.85 +## Version: 4.86 ## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r ## Notes: A decorative edit for ElvUI + additional features. ## Notes-deDE: Eine dekorative Erweiterung für ElvUI + einige zusätzliche Funktionen.