Skip to content

Commit

Permalink
🚀 RELEASE: 6.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Feb 9, 2025
1 parent 91c397a commit 4321e47
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
### Changes ###

* [Skins]: Take account to the new Plunderstorm tab on the PVP Frame
* [Skins]: Fix errors with latest Auctionator changes
* [Layout]: Small micro adjustments
* [Objective Tracker]: Fix typo in the options
* [Wowhead Links]: Now also works with monthly activities
10 changes: 7 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.52.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[652] = {
RELEASE_DATE = "TBD",
FIXES = {},
RELEASE_DATE = "09.02.2025",
FIXES = {
"[Objective Tracker]: Fix typo in the options",
},
NEW = {},
IMPROVEMENTS = {},
IMPROVEMENTS = {
"[Wowhead Links]: Now also works with monthly activities",
},
}
2 changes: 1 addition & 1 deletion ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 110007
## Author: Merathilis
## Version: @project-version@
## X-Version: 6.51
## X-Version: 6.52
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://raw.githubusercontent.com/Merathilis/ElvUI_MerathilisUI/development/m4.png"/><br>
<img src="https://img.shields.io/badge/ElvUI-13.83-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.51-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.52-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit 4321e47

Please sign in to comment.