Move to only supporting SMF 2.1 RC4 or later. (#141)
Jeremy D

Jeremy D commited on 2021-07-29 10:25:00
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -10,7 +10,7 @@
10 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 RC3, 2.1 RC4, 2.1.0-2.1.99">
13
+	<install for="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
 
... ...
@@ -100,7 +100,7 @@
100 100
 		<credits url="https://www.simpledesk.net" license="BSD 3-Clause" licenseurl="https://github.com/SimpleMachines/SimpleDesk/blob/master/license.txt" copyright="2010-2020">Simple Desk</credits>
101 101
 	</install>
102 102
 
103
-	<uninstall for="2.1 RC3, 2.1 RC4, 2.1.0-2.1.99">
103
+	<uninstall for="2.1 RC4, 2.1.0-2.1.99">
104 104
 		<!-- database changes, undone -->
105 105
 		<database>uninstall-sd-optional.php</database>
106 106
 		<code type="file">uninstall-sd-required.php</code>
107 107