From 5fa1b19e3b36020ad22cf9a45767cb565a54fc3c Mon Sep 17 00:00:00 2001 From: Eltreum Date: Fri, 11 Nov 2022 21:04:22 -0300 Subject: [PATCH] v3.5.8.1 --- Changelog.md | 2 ++ ElvUI_EltreumUI/Core/VersionCheck.lua | 6 +++--- ElvUI_EltreumUI/ElvUI_EltreumUI.toc | 2 +- ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc | 2 +- ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc | 2 +- Latest.md | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index c62fcd656..7bd191c1b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ### 🌌 Next Version The future is uncertain ___ +### 3.5.8.1 +Fixed a Version Check Popup ### 3.5.8 Added custom textures to group units castbars\ Added /eltruismdebug command, which will disable all addons besides ElvUI/Eltruism/Addonskins/BugSack in order to make it easier to troubleshoot errors, thank you Luckyone for allowing its usage\ diff --git a/ElvUI_EltreumUI/Core/VersionCheck.lua b/ElvUI_EltreumUI/Core/VersionCheck.lua index af58b2bf6..b5ea87d4b 100644 --- a/ElvUI_EltreumUI/Core/VersionCheck.lua +++ b/ElvUI_EltreumUI/Core/VersionCheck.lua @@ -30,12 +30,12 @@ function ElvUI_EltreumUI:ElvUIVersionCheck() whileDead = 1, hideOnEscape = false, } - if E.version < 13.00 then + if E.version < 13.01 then E:StaticPopup_Show('ELVUIVERSIONCHECK') ElvUI_EltreumUI:Print("Your ElvUI version is out of date, please update to avoid issues!") - elseif E.version ~= 13.00 then + --[[elseif E.version ~= 13.01 then E:StaticPopup_Show('ELVUIVERSIONCHECK2') - ElvUI_EltreumUI:Print("Your ElvUI version is newer than Eltruism, you might run into issues unless you update Eltruism!") + ElvUI_EltreumUI:Print("Your ElvUI version is newer than Eltruism, you might run into issues unless you update Eltruism!")]] end end diff --git a/ElvUI_EltreumUI/ElvUI_EltreumUI.toc b/ElvUI_EltreumUI/ElvUI_EltreumUI.toc index efe2421c8..3f9cd85da 100644 --- a/ElvUI_EltreumUI/ElvUI_EltreumUI.toc +++ b/ElvUI_EltreumUI/ElvUI_EltreumUI.toc @@ -1,6 +1,6 @@ ## Interface: 100000 ## Author: Eltreum -## Version: 3.5.8 +## Version: 3.5.8.1 ## Title: |cff1784d1ElvUI|r Eltruism ## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI ## Notes-deDE: Eltruism ist ein ElvUI Plugin mit Profilen und anderen Funktionen, die in ElvUI nicht verfügbar sind diff --git a/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc b/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc index c2dd7b1e4..608d9cac9 100644 --- a/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc +++ b/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc @@ -1,6 +1,6 @@ ## Interface: 11403 ## Author: Eltreum -## Version: 3.5.8 +## Version: 3.5.8.1 ## Title: |cff1784d1ElvUI|r Eltruism Classic ## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI ## Notes-deDE: Eltruism ist ein ElvUI Plugin mit Profilen und anderen Funktionen, die in ElvUI nicht verfügbar sind diff --git a/ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc b/ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc index 463e0e66a..28adb2fd2 100644 --- a/ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc +++ b/ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc @@ -1,6 +1,6 @@ ## Interface: 30400 ## Author: Eltreum -## Version: 3.5.8 +## Version: 3.5.8.1 ## Title: |cff1784d1ElvUI|r Eltruism Wrath ## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI ## Notes-deDE: Eltruism ist ein ElvUI Plugin mit Profilen und anderen Funktionen, die in ElvUI nicht verfügbar sind diff --git a/Latest.md b/Latest.md index 10688958f..685ada672 100644 --- a/Latest.md +++ b/Latest.md @@ -1,4 +1,4 @@ -### 3.5.8 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 3.5.8.1 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ Added custom textures to group units castbars\ Added /eltruismdebug command, which will disable all addons besides ElvUI/Eltruism/Addonskins/BugSack in order to make it easier to troubleshoot errors, thank you Luckyone for allowing its usage\