Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Nov 19, 2021
2 parents a159eef + 8aa2183 commit 69bf2ef
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 17 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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]

6 changes: 3 additions & 3 deletions Core/General/Changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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:",
Expand Down
2 changes: 1 addition & 1 deletion Core/Modules/Misc/Misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ function module:Initialize()
module:ItemLevel()
module:CreateMawWidgetFrame()
module:WowHeadLinks()
module:AddAlerts()

hooksecurefunc('WhoList_Update', UpdateWhoList)
hooksecurefunc(_G.WhoListScrollFrame, 'update', UpdateWhoList)
Expand All @@ -222,7 +223,6 @@ function module:Initialize()
module:LoadGMOTD()
module:LoadQuest()
module:LoadnameHover()
module:AddAlerts()
module:ReputationInit()
module:SplashScreen()
end
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_MerathilisUI.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_MerathilisUI_Classic.toc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_MerathilisUI_TBC.toc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="m4.png"/><br>
<img src="https://img.shields.io/badge/ElvUI-12.55-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-4.84-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/ElvUI-12.56-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-4.85-orange.svg?longCache=true&style=for-the-badge"/>
</div>

-----
Expand Down

0 comments on commit 69bf2ef

Please sign in to comment.