Skip to content

Commit

Permalink
## [ver. 3.20] - 20.09.2023
Browse files Browse the repository at this point in the history
### FIX
- Fix - Nil error on Score Datatext
- Fix - Custom Backdrops
### Update
- Update - Portraits Classic and Retail have now the same look, no mor different textures
- Update - Optimized Portraits Events and Code
- Update - Combatcheck for Teleports Datatext
- Update - Optimized Portraits Settings
- Update - Force Datatexts to use ElvUI Value color
### NEW
- More Layouts for Portraits
- Portraits for Focus, Pet, TargetTarget, Boss and Arena Frames
- Custom Role Icons for Wrath
- Important Spells is available for Classic and Wrath
- A Reload UI Popup will show if you change your ElvUI Profile
- mTargetingPlayers:icons:Role shows classcolred role icons of targeting Players
- mTargetingPlayers:icons:Stop shows classcolred icons of targeting Players
- Statusbartexture q5 and q6 are under testing (maybe they get an own Series)
  • Loading branch information
mBlinkii committed Sep 29, 2023
1 parent e9479f0 commit 8b02919
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Addon/ElvUI_mMediaTag/ElvUI_mMediaTag_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 11404
## Author: Blinkii
## Version: 3.19
## Version: 3.20
## Title: |cff1784d1ElvUI|r |CFF6559F1m|r|CFF7A4DEFM|r|CFF8845ECe|r|CFFA037E9d|r|CFFA435E8i|r|CFFB32DE6a|r|CFFBC26E5T|r|CFFCB1EE3a|r|CFFDD14E0g|r |CFFFF006C&|r |CFFFF4C00T|r|CFFFF7300o|r|CFFFF9300o|r|CFFFFA800l|r|CFFFFC900s|r
## Notes: mMediaTag & Tools is a plugin for ElvUI. mMediaTag adds many media files like textures/ fonts/ icons and some tools to ElvUI.
## Notes-deDE: mMediaTag & Tools ist ein Plugin für ElvUI. mMediaTag fügt viele Mediendateien wie Texturen/ Schriften/ Symbole und einige Tools zu ElvUI hinzu.
Expand Down
2 changes: 1 addition & 1 deletion Addon/ElvUI_mMediaTag/ElvUI_mMediaTag_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100107
## Author: Blinkii
## Version: 3.19
## Version: 3.20
## Title: |cff1784d1ElvUI|r |CFF6559F1m|r|CFF7A4DEFM|r|CFF8845ECe|r|CFFA037E9d|r|CFFA435E8i|r|CFFB32DE6a|r|CFFBC26E5T|r|CFFCB1EE3a|r|CFFDD14E0g|r |CFFFF006C&|r |CFFFF4C00T|r|CFFFF7300o|r|CFFFF9300o|r|CFFFFA800l|r|CFFFFC900s|r
## Notes: ElvUI Plugin from Blinkii | Support: [email protected]
## IconTexture: Interface\AddOns\ElvUI_mMediaTag\media\logo\mmt_icon
Expand Down
2 changes: 1 addition & 1 deletion Addon/ElvUI_mMediaTag/ElvUI_mMediaTag_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 30402
## Author: Blinkii
## Version: 3.19
## Version: 3.20
## Title: |cff1784d1ElvUI|r |CFF6559F1m|r|CFF7A4DEFM|r|CFF8845ECe|r|CFFA037E9d|r|CFFA435E8i|r|CFFB32DE6a|r|CFFBC26E5T|r|CFFCB1EE3a|r|CFFDD14E0g|r |CFFFF006C&|r |CFFFF4C00T|r|CFFFF7300o|r|CFFFF9300o|r|CFFFFA800l|r|CFFFFC900s|r
## Notes: ElvUI Plugin from Blinkii | Support: [email protected]
## IconTexture: Interface\AddOns\ElvUI_mMediaTag\media\logo\mmt_icon
Expand Down
32 changes: 18 additions & 14 deletions Addon/ElvUI_mMediaTag/core/options/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ local E, L, V, P, G = unpack(ElvUI)

local _G = _G
local tinsert = tinsert
local change_log_important_string, change_log_new_string, change_log_update_string, change_log_fix_string =
nil, nil, nil, nil
local change_log_important_string, change_log_new_string, change_log_update_string, change_log_fix_string = nil, nil, nil, nil
local green, blue, yellow, red, endtag = "|CFF00D80E", "|CFF00A9FF", "|CFFFFCC00", "|CFFFF0048", "|r"
local new, fix, update, important, dash =
"|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\misc\\star.tga:14:14|t",
"|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\misc\\done1.tga:14:14|t",
"|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\datatext\\upgrade7.tga:14:14|t",
"|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\tags\\quest2.tga:14:14|t",
"> "
local new, fix, update, important, dash = "|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\misc\\star.tga:14:14|t", "|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\misc\\done1.tga:14:14|t", "|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\datatext\\upgrade7.tga:14:14|t", "|TInterface\\Addons\\ElvUI_mMediaTag\\media\\icons\\tags\\quest2.tga:14:14|t", "> "

local change_log_important = {
red .. "!!! Currently only for Retail" .. endtag,
Expand All @@ -20,17 +14,27 @@ local change_log_important = {
}

local change_log_new = {
"NEW Unit Portraits",
"More Layouts for Portraits",
"Portraits for Focus, Pet, TargetTarget, Boss and Arena Frames",
"Custom Role Icons for Wrath",
"Important Spells is available for Classic and Wrath",
"A Reload UI Popup will show if you change your ElvUI Profile",
"mTargetingPlayers:icons:Role shows classcolred role icons of targeting Players",
"mTargetingPlayers:icons:Stop shows classcolred icons of targeting Players",
"Statusbartexture q5 and q6 are under testing (maybe they get an own Series)",
}

local change_log_update = {
"Update Events for Dock ",
"Portraits Classic and Retail have now the same look, no mor different textures",
"Optimized Portraits Events and Code",
"Combatcheck for Teleports Datatext",
"Optimized Portraits Settings",
"Force Datatexts to use ElvUI Value color",
}

local change_log_fix = {
"Fixed for dropdown menu, to prevent wrong menu entries",
"Fixed Settings menu for afk screen (sorting)",
"Fixed Guild dock bug old api",
"Nil error on Score Datatext",
"Custom Backdrops",
}

local function Concatenation(tbl, icon, color)
Expand All @@ -50,7 +54,7 @@ local function Concatenation(tbl, icon, color)
end

local function configTable()
local releasdate = "06.09.2023"
local releasdate = "20.09.2023"
--change_log_important_string = Concatenation(change_log_important)
change_log_new_string = Concatenation(change_log_new)
change_log_update_string = Concatenation(change_log_update)
Expand Down
4 changes: 4 additions & 0 deletions Addon/ElvUI_mMediaTag/modules/castbar/castbar_classic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Script file="modulloader.lua"/>
<Script file="importantspells.lua"/>
</Ui>
1 change: 1 addition & 0 deletions Addon/ElvUI_mMediaTag/modules/load_modules_classic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<Include file="nameplates\load_nameplates_classic.xml"/>
<Include file="unitframes\load_unitframes_classic.xml"/>
<Include file="dock\load_dock_classic.xml"/>
<Include file="castbar\castbar_classic.xml"/>
</Ui>
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog - ElvUI_mMediaTag
[Eng] - All changes to this project will be documented in this file. The latest changes are at the top.

## [ver. 3.20] - 20.09.2023
### FIX
- Fix - Nil error on Score Datatext
- Fix - Custom Backdrops
### Update
- Update - Portraits Classic and Retail have now the same look, no mor different textures
- Update - Optimized Portraits Events and Code
- Update - Combatcheck for Teleports Datatext
- Update - Optimized Portraits Settings
- Update - Force Datatexts to use ElvUI Value color
### NEW
- More Layouts for Portraits
- Portraits for Focus, Pet, TargetTarget, Boss and Arena Frames
- Custom Role Icons for Wrath
- Important Spells is available for Classic and Wrath
- A Reload UI Popup will show if you change your ElvUI Profile
- mTargetingPlayers:icons:Role shows classcolred role icons of targeting Players
- mTargetingPlayers:icons:Stop shows classcolred icons of targeting Players
- Statusbartexture q5 and q6 are under testing (maybe they get an own Series)

## [ver. 3.19] - 06.09.2023
### FIX
- Fixed Portraits default off
Expand Down

0 comments on commit 8b02919

Please sign in to comment.