Skip to content

Commit

Permalink
v3.5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Nov 12, 2022
1 parent 18ce203 commit 5fa1b19
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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\
Expand Down
6 changes: 3 additions & 3 deletions ElvUI_EltreumUI/Core/VersionCheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Latest.md
Original file line number Diff line number Diff line change
@@ -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\
Expand Down

0 comments on commit 5fa1b19

Please sign in to comment.