+ SMF 2.0.1 Compatibility Added
Matthew K

Matthew K commited on 2011-10-30 12:11:16
Showing 3 changed files, with 5 additions and 5 deletions.

... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 <modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
5 5
 	<id>SimpleDeskTeam:AlternateEmail</id>
6
-	<version>1.0</version>
6
+	<version>1.1</version>
7 7
 
8 8
 	<file name="$languagedir/Modifications.english.php"><!-- Add the help information -->
9 9
 		<operation>
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 <modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
5 5
 	<id>SimpleDeskTeam:AlternateEmail</id>
6
-	<version>1.0</version>
6
+	<version>1.1</version>
7 7
 
8 8
 	<file name="$sourcedir/ManageServer.php"><!-- Add the help information -->
9 9
 		<operation>
... ...
@@ -3,15 +3,15 @@
3 3
 <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4 4
 	<id>SimpleDeskTeam:AlternateEmail</id>
5 5
 	<name>Alternate Email</name>
6
-	<version>1.0</version>
6
+	<version>1.1</version>
7 7
 	<type>modification</type>
8 8
 
9
-	<install for="2.0 RC3, 2.0 RC4, 2.0 RC5, 2.0">
9
+	<install for="2.0 RC3, 2.0 RC4, 2.0 RC5, 2.0, 2.0.1">
10 10
 		<modification format="xml" type="file">install20.xml</modification>
11 11
 		<modification format="xml" type="file">english.xml</modification>
12 12
 	</install>
13 13
 	
14
-	<uninstall for="2.0 RC3, 2.0 RC4, 2.0 RC5, 2.0">
14
+	<uninstall for="2.0 RC3, 2.0 RC4, 2.0 RC5, 2.0, 2.0.1">
15 15
 		<modification format="xml" type="file" reverse="true">install20.xml</modification>
16 16
 		<modification format="xml" type="file" reverse="true">english.xml</modification>
17 17
 	</uninstall>
18 18