Skip to content

Commit 2d6a9a9

Browse files
committed
🚀 RELEASE: 6.54
1 parent 8ce7fc6 commit 2d6a9a9

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
### Changes ###
22

3-
* [SpecBar]: Fixed an issue which prevent so switch the Specialization- #104
3+
* [Simple AddOn Manager]: Fix an error with the latest code changes
4+
* [World Map]: Updated MapData to 11.1
5+
* [World Map]: Reenable Event Tracker
6+
* [AutoButtons]: Add more openables
7+
* [Misc]: Small code cleanups
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
local MER = unpack(ElvUI_MerathilisUI)
22

33
MER.Changelog[655] = {
4-
RELEASE_DATE = "TBD",
5-
FIXES = {},
4+
RELEASE_DATE = "07.03.2025",
5+
FIXES = {
6+
"[Simple AddOn Manager]: Fix an error with the latest code changes",
7+
},
68
NEW = {},
7-
IMPROVEMENTS = {},
9+
IMPROVEMENTS = {
10+
"[World Map]: Updated MapData to 11.1",
11+
"[World Map]: Reenable Event Tracker",
12+
"[AutoButtons]: Add more openables,",
13+
"[Misc]: Small code cleanups",
14+
},
815
}

ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 110100
22
## Author: Merathilis
33
## Version: @project-version@
4-
## X-Version: 6.54
4+
## X-Version: 6.55
55
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
66
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
77
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2
@@ -14,7 +14,7 @@
1414
## SavedVariablesPerCharacter: MERDataPerChar
1515
## OptionalDeps: SharedMedia, BigWigs, ls_Toasts, WeakAuras, WeakAurasOptions
1616
## X-Credits: Simpy, Benik, Azilroka, Darth Predator, fang2hou, fgprodigal, Siweia, Solor, Elv, Toxi, Blazeflack & all AddOn Authors who inspired me.
17-
## X-ElvUIVersion: 13.85
17+
## X-ElvUIVersion: 13.86
1818
## X-Curse-Project-Name: MerathilisUI
1919
## X-Curse-Project-ID: 97589
2020
## X-WoWI-ID: 24117

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="https://raw.githubusercontent.com/Merathilis/ElvUI_MerathilisUI/development/m4.png"/><br>
3-
<img src="https://img.shields.io/badge/ElvUI-13.85-blue.svg?longCache=true&style=for-the-badge"/>
4-
<img src="https://img.shields.io/badge/Version-6.54-orange.svg?longCache=true&style=for-the-badge"/>
3+
<img src="https://img.shields.io/badge/ElvUI-13.86-blue.svg?longCache=true&style=for-the-badge"/>
4+
<img src="https://img.shields.io/badge/Version-6.55-orange.svg?longCache=true&style=for-the-badge"/>
55
</div>
66

77
---

0 commit comments

Comments
 (0)