! Couldn't install with SMF 2.0.1
Jeremy D

Jeremy D commited on 2011-10-27 15:08:38
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.0 final or later.</readme>
11 11
 	</install>
12 12
 
13
-	<install for="2.0">
13
+	<install for="2.0, 2.0.1-2.0.99">
14 14
 		<!-- readme files -->
15 15
 		<readme lang="english" parsebbc="true" type="file">language-readme/readme.english.txt</readme>
16 16
 
... ...
@@ -56,7 +56,7 @@
56 56
 		<redirect url="?action=admin;area=corefeatures#js_feature_shd" />
57 57
 	</install>
58 58
 
59
-	<uninstall for="2.0">
59
+	<uninstall for="2.0, 2.0.1-2.0.99">
60 60
 		<!-- database changes, undone -->
61 61
 		<database>uninstall-optional.php</database>
62 62
 		<code type="file">uninstall-required.php</code>
63 63