Skip to content

Commit

Permalink
Version and Changelog Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mBlinkii committed Nov 20, 2022
1 parent 2f56352 commit c9cf49a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
[Eng] - All changes to this project will be documented in this file. The latest changes are at the top.
[Ger] - Alle Änderungen an diesem Projekt werden in dieser Datei dokumentiert. Die neuesten Änderungen stehen ganz oben.

## [ver. 2.90] - 20.11.2022
### Update
- FIX mDock Talent Icon
- FIX Teleports menu if no Profession is learned
- FIX Datatext Systemmenu - fix menu entry for ElvUI options frame
- FIX Tooltip Icons for Retail
- FIX for !keys (post your M+ Key to Chat)
- FIX Currencys Anima and Cataloged Research
- ADD Evoker Interrupt Spell for Interrupt Check on Castbars
- UPDATE removed Autographed Hearthstone Card from Teleports menu
### Added
- NEW Custom Class Colors (default is disabled)

## [ver. 2.89.1] - 16.11.2022
### Update
- FIX Tooltips and Datatext
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100002
## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r
## Author: Blinkii
## Version: 2.89.1
## Version: 2.90
## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11403
## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r
## Author: Blinkii
## Version: 2.89.1
## Version: 2.90
## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100002
## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r
## Author: Blinkii
## Version: 2.89.1
## Version: 2.90
## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 30400
## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r
## Author: Blinkii
## Version: 2.89.1
## Version: 2.90
## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
2 changes: 1 addition & 1 deletion core/mChangelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local format = format

--Variables
local ChangelogText =
"#### [ver. 2.89.1] - 16.11.2022\n\n### Update\n- |CFFFE7B2CFIX|r Tooltips and Datatext\n- |CFF58D68DUPDATE|r Dropdpwn Text Update Bugfix\n- |CFF58D68DUPDATE|r Temporary disabled the tooltip icons for Retail\n\n### Added\n- |CFF3498DBNEW|r Statusbar Texture K31"
"## [ver. 2.90] - 20.11.2022\n\n\n### Update\n\n- |CFFFE7B2CFIX|r mDock Talent Icon\n- |CFFFE7B2CFIX|r Teleports menu if no Profession is learned\n- |CFFFE7B2CFIX|r Datatext Systemmenu - fix menu entry for ElvUI options frame\n- |CFFFE7B2CFIX|r Tooltip Icons for Retail\n- |CFFFE7B2CFIX|r for !keys (post your M+ Key to Chat)\n- |CFFFE7B2CFIX|r Currencys Anima and Cataloged Research\n- |CFF58D68DADD|r Evoker Interrupt Spell for Interrupt Check on Castbars\n- |CFF58D68DUPDATE|r removed Autographed Hearthstone Card from Teleports menu\n\n### Added\n\n- |CFF3498DBNEW|r Custom Class Colors (default is disabled)"

function mMT:Changelog(opt)
local Frame = CreateFrame("Frame", "mMediaTagChangelog", E.UIParent, "BackdropTemplate")
Expand Down
1 change: 1 addition & 0 deletions misc/load_misc_classic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Script file="mCombatTime.lua"/>
<Script file="mCoordinatesX.lua"/>
<Script file="mCoordinatesY.lua"/>
<Script file="mCustomClassColors.lua"/>
<Script file="mFunctionsMisc.lua"/>
<Script file="mSystemMenu.lua"/>
<Script file="mTags.lua"/>
Expand Down

0 comments on commit c9cf49a

Please sign in to comment.