This was supposed to go into 1.3. Oh well.
Jeremy D

Jeremy D commited on 2022-08-10 18:56:58
Showing 1 changed files, with 3 additions and 3 deletions.

... ...
@@ -3,7 +3,7 @@
3 3
 <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4 4
 	<id>SleePy:StopForumSpam</id>
5 5
 	<name>Stop Forum Spam</name>
6
-	<version>1.2</version>
6
+	<version>1.3</version>
7 7
 	<type>modification</type>
8 8
 
9 9
 	<install for="1.1.*">
... ...
@@ -114,7 +114,7 @@
114 114
 		<remove-file name="$themedir/images/admin/sfs.webp" />
115 115
 	</uninstall>
116 116
 
117
-	<upgrade from="1.0" for="2.1.*">
117
+	<upgrade from="1.*" for="2.1.*">
118 118
 		<require-file name="language/StopForumSpam.english.php" destination="$themes_dir/default/languages" />
119 119
 		<require-file name="StopForumSpam.template.php" destination="$themedir" />
120 120
 		<require-file name="SFS.php" destination="$sourcedir" />
... ...
@@ -126,7 +126,7 @@
126 126
 		<require-file name="sfs.webp" destination="$themedir/images/admin" />
127 127
 	</upgrade>	
128 128
 
129
-	<upgrade from="1.0" for="2.0.*">
129
+	<upgrade from="1.*" for="2.0.*">
130 130
 		<code type="file">sfs_hooks_install.php</code>
131 131
 		<require-file name="language/StopForumSpam.english.php" destination="$themes_dir/default/languages" />
132 132
 		<require-file name="StopForumSpam.template.php" destination="$themedir" />
133 133