diff --git a/Plugins/Discord/beta/VersionFeed.xml b/Plugins/Discord/beta/VersionFeed.xml
index ae6f6e34..8988e484 100644
--- a/Plugins/Discord/beta/VersionFeed.xml
+++ b/Plugins/Discord/beta/VersionFeed.xml
@@ -5,21 +5,22 @@
Discord Plugin Version Feed
This is the Discord Plugin beta version feed.
- 2020-03-03T00:00:01Z
+ 2020-06-12T00:00:01Z
- urn:uuid:2EA29651-EADE-41D4-AAA2-F40E7CAF3D62
- 1.0.15 (1.0.15.1)
- 1.0.15.1
+ urn:uuid:A7158CB1-C5B2-4505-B171-CDD54918B227
+ 1.0.16 (1.0.16.1)
+ 1.0.16.1
- 2020-03-03T00:00:01Z
+ 2020-06-12T00:00:01Z
- CHANGE
+ BUGFIX
- - Config Save - nows creates a backup file (.bak) of the config file before the new changes are saved.
+ - Added url encoding so that special characters are sent to the webhook correctly.
+ - Changed the text encoding from ASCII to UTF8, so that unicode languages should work correctly.
diff --git a/Plugins/Discord/beta/latest.txt b/Plugins/Discord/beta/latest.txt
index 3a590790..012d9843 100644
--- a/Plugins/Discord/beta/latest.txt
+++ b/Plugins/Discord/beta/latest.txt
@@ -1 +1 @@
-1.0.15.1
+1.0.16.1
diff --git a/Plugins/Discord/beta/latest.zip b/Plugins/Discord/beta/latest.zip
index edf8544d..7f80050e 100644
Binary files a/Plugins/Discord/beta/latest.zip and b/Plugins/Discord/beta/latest.zip differ