Ensure SImpleDesk is compatible with SMF 2.1 RC3 and higher.
jdarwood007

jdarwood007 commited on 2020-10-17 10:58:47
Showing 1 changed files, with 4 additions and 4 deletions.

... ...
@@ -6,11 +6,11 @@
6 6
 	<version>2.1</version>
7 7
 	<type>modification</type>
8 8
 
9
-	<install for="1.1.*, 2.0.*, 2.1 Beta 1, 2.1 Beta 2, 2.1 Beta 3">
10
-		<readme lang="english" parsebbc="true" type="inline">This mod is [b]not compatible[/b] with your version of SMF, it requires 2.1 or later.</readme>
9
+	<install for="1.1.*, 2.0.*, 2.1 Beta 1, 2.1 Beta 2, Beta 3, 2.1 Beta 4, 2.1 RC1, 2.1 RC2">
10
+		<readme lang="english" parsebbc="true" type="inline">This mod is [b]not compatible[/b] with your version of SMF, it requires 2.1 RC3 or later.</readme>
11 11
 	</install>
12 12
 
13
-	<install for="2.1 RC1, 2.1 RC2">
13
+	<install for="2.1 RC3, 2.1 RC4, 2.1.0-2.1.99">
14 14
 		<!-- readme files -->
15 15
 		<readme lang="english" parsebbc="true" type="file">language-readme/readme.english.txt</readme>
16 16
 
... ...
@@ -98,7 +98,7 @@
98 98
 		<redirect url="?action=admin;area=helpdesk_info" />
99 99
 	</install>
100 100
 
101
-	<uninstall for="2.1 RC1">
101
+	<uninstall for="2.1 RC3, 2.1 RC4, 2.1.0-2.1.99">
102 102
 		<!-- database changes, undone -->
103 103
 		<database>uninstall-sd-optional.php</database>
104 104
 		<code type="file">uninstall-sd-required.php</code>
105 105