diff --git a/Changelog.md b/Changelog.md index 95f1b9006..4dba10d72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.2.7.1 +Fixed an error on the LFG Skin due to a change on Blizzard's API ### 4.2.7 Added an option to hide the Objective Tracker in Mythic Plus Added a possible fix to the LFG Set Title taint diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index ad57a3b5d..53a35c7c2 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3855,11 +3855,11 @@ Updated ElvUI Map settings to be the same across all game versions Updated the Portrait 3D Model Fix to also apply to Pets Updated the max width and height of borders ]], 5, "small", nil, nil, nil, nil, "full") --- ElvUI_EltreumUI.Options.args.changelog.args.fixed = ACH:Group(E:TextGradient("Fixed", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 4) --- ElvUI_EltreumUI.Options.args.changelog.args.fixed.inline = true --- ElvUI_EltreumUI.Options.args.changelog.args.fixed.args.description = ACH:Description([[ ---Fixed... ---]], 7, "small", nil, nil, nil, nil, "full") + ElvUI_EltreumUI.Options.args.changelog.args.fixed = ACH:Group(E:TextGradient("Fixed", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 4) + ElvUI_EltreumUI.Options.args.changelog.args.fixed.inline = true + ElvUI_EltreumUI.Options.args.changelog.args.fixed.args.description = ACH:Description([[ +Fixed an error on the LFG Skin due to a change on Blizzard's API +]], 7, "small", nil, nil, nil, nil, "full") --[[ ACH:Group(name, desc, order, childGroups, get, set, disabled, hidden, func) diff --git a/Latest.md b/Latest.md index 0fc182846..74b574816 100644 --- a/Latest.md +++ b/Latest.md @@ -1,4 +1,4 @@ -### 4.2.7 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 4.2.7. [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ Added an option to hide the Objective Tracker in Mythic Plus Added a possible fix to the LFG Set Title taint @@ -8,5 +8,5 @@ Added Borders to the GameTooltip Updated Character Panel Class Icons to allow the usage of other Class Icons Updated ElvUI Map settings to be the same across all game versions Updated the Portrait 3D Model Fix to also apply to Pets -Updated the max width and height of borders - +Updated the max width and height of borders +Fixed an error on the LFG Skin due to a change on Blizzard's API