Move this customization to its own repo, mark for 2.1.* support
Jeremy D

Jeremy D commited on 2022-02-06 13:39:25
Showing 3 changed files, with 11 additions and 11 deletions.

... ...
@@ -3,25 +3,25 @@
3 3
 <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4 4
 	<id>SimpleDeskTeam:OnlineOnlyGroup</id>
5 5
 	<name>Online Only Groups in the Group Key</name>
6
-	<version>1.1</version>
6
+	<version>2.0</version>
7 7
 	<type>modification</type>
8 8
 
9
-	<install for="2.0-2.0.99">
10
-		<modification type="file">install20.xml</modification>
11
-	</install>
12
-	
13
-	<uninstall for="2.0-2.0.99">
14
-		<modification type="file" reverse="true">install20.xml</modification>
15
-	</uninstall>
16
-
17
-	<install for="2.1 Beta 3, 2.1 Beta 4, 2.1 RC1">
9
+	<install for="2.1.*">
18 10
 		<require-file name="Subs-MembersOnlineOnly.php" destination="$sourcedir" />
19 11
 		<hook function="integrate_mark_read_button_OOG" hook="integrate_mark_read_button" file="$sourcedir/Subs-MembersOnlineOnly.php" />
20 12
 	</install>
21 13
 	
22
-	<uninstall for="2.1 Beta 3, 2.1 Beta 4, 2.1 RC1">
14
+	<uninstall for="2.1.*">
23 15
 		<remove-file name="$sourcedir/Subs-MembersOnlineOnly.php" />
24 16
 		<hook function="integrate_mark_read_button_OOG" hook="integrate_mark_read_button" file="$sourcedir/Subs-MembersOnlineOnly.php" reverse="true" />
25 17
 	</uninstall>
26 18
 
19
+	<install for="2.0-2.0.99">
20
+		<modification type="file">install20.xml</modification>
21
+	</install>
22
+	
23
+	<uninstall for="2.0-2.0.99">
24
+		<modification type="file" reverse="true">install20.xml</modification>
25
+	</uninstall>
26
+
27 27
 </package-info>
28 28
\ No newline at end of file
29 29