diff --git a/SmartBuff.lua b/SmartBuff.lua
index 2bf7c0d..b0a2a65 100644
--- a/SmartBuff.lua
+++ b/SmartBuff.lua
@@ -8,7 +8,7 @@
SMARTBUFF_DATE = "110523";
-SMARTBUFF_VERSION = "r20."..SMARTBUFF_DATE;
+SMARTBUFF_VERSION = "r21."..SMARTBUFF_DATE;
SMARTBUFF_VERSIONNR = 100100;
SMARTBUFF_TITLE = "SmartBuff";
SMARTBUFF_SUBTITLE = "Supports you in casting buffs";
@@ -3142,7 +3142,7 @@ function SMARTBUFF_Options_Init(self)
OG.Tutorial = SMARTBUFF_VERSIONNR;
SMARTBUFF_ToggleTutorial();
end
-
+ SmartBuffOptionsCredits_lblText:SetText(SMARTBUFF_CREDITS); -- bugfix, credits now showing at first start
SmartBuffWNF_lblText:SetText(SMARTBUFF_WHATSNEW);
SmartBuffWNF:Show();
diff --git a/SmartBuff.xml b/SmartBuff.xml
index bde154e..013790a 100644
--- a/SmartBuff.xml
+++ b/SmartBuff.xml
@@ -15,7 +15,7 @@
-
+
@@ -104,7 +104,7 @@
-
+
@@ -431,7 +431,7 @@
-
+
@@ -465,7 +465,7 @@
-
+
@@ -1408,7 +1408,7 @@
-
+
diff --git a/localization.en.lua b/localization.en.lua
index c0851be..04f04b0 100644
--- a/localization.en.lua
+++ b/localization.en.lua
@@ -4,14 +4,11 @@
-- Whats new info
SMARTBUFF_WHATSNEW = "\n\n|cffffffff Whats new:|r\n\n"
- .." |cffffffffDragonflight version by Codermik, additional.\n"
- .." retail coding by Speedwaystar.|cff00e0ff\n\n\n"
- .." Changes in r20.010323:\n\n"
- .." * Registered sounds with the Shared Media Library.\n\n"
- .." * Prevented template automatically resetting after.\n"
- .." a manual selection.\n\n"
- .." * Other changes and fixes. for more detailed changes\n"
- .." please visit the official github pages.\n\n"
+ .." |cffffffffDragonflight version by Codermik & Speedwaystar.\n"
+ .."\n\n"
+ .." Changes in r21.110523:\n\n"
+ .." * Fixed various Lua errors, for a full list of\n"
+ .." changes visit the github pages.\n\n"
.."\n\n"
.." |c0000FF96Many thanks to Chris S., Samantha R. and\n"
.." Twilight's Sundries for their kind donations.\n"
@@ -19,9 +16,9 @@ SMARTBUFF_WHATSNEW = "\n\n|cffffffff Whats new:|r\n\n"
;
SMARTBUFF_CREDITS = "|cffffffff"
- .."Dragonflight version by Codermik. Please join and report any issues on discord at:\n\n"
+ .."Retail & Classic by Codermik & Speedwaystar. Please join and get support via our discord server:\n"
.."|cff00e0ffhttps://discord.gg/R6EkZ94TKK\n\n"
- .."|cffffffffIf you appreciate the amount of work involved and the time taken to bring you these various addons please consider supporting me by:\n\n"
+ .."|cffffffffIf you want to help support us and the development of this addon then please always download from Curse or use one of the following links:\n\n(We only ever upload to Curseforge)\n\n"
.."|cffffffffPatreon: |cff00e0ffhttps://www.patreon.com/codermik\n"
.."|cffffffffTwitch: |cff00e0ffhttps://www.twitch.tv/codermik\n"
.."|cffffffffPayPal.Me: |cff00e0ffhttps://paypal.me/codermik\n\n"