! [All plugins] Updated package manifests to require 2.0 final as opposed to 2.0 RC5. [Bug 752]
gruffen

gruffen commited on 2011-06-12 07:03:43
Showing 3 changed files, with 6 additions and 6 deletions.

... ...
@@ -5,7 +5,7 @@
5 5
 	<name>SimpleDesk: Install Test-Data</name>
6 6
 	<version>1.0</version>
7 7
 	<type>sdplugin</type>
8
-	<install for="2.0 RC5">
8
+	<install for="2.0">
9 9
 		<require-dir name="install_testdata" destination="$sourcedir/sd_plugins_source" />
10 10
 		<require-file name="install-testdata.php" destination="$boarddir" />
11 11
 		<require-file name="SDPluginInstallTestdata.english.php" destination="$languagedir" />
... ...
@@ -16,7 +16,7 @@
16 16
 		<redirect url="?action=admin;area=helpdesk_plugins#js_feature_install_testdata" />
17 17
 	</install>
18 18
 
19
-	<uninstall for="2.0 RC5">
19
+	<uninstall for="2.0">
20 20
 		<remove-dir name="$sourcedir/sd_plugins_source/install_testdata" />
21 21
 		<remove-file name="$boarddir/install-testdata.php" />
22 22
 		<remove-file name="$languagedir/SDPluginInstallTestdata.english.php" />
... ...
@@ -5,14 +5,14 @@
5 5
 	<name>SimpleDesk: Report to Helpdesk</name>
6 6
 	<version>1.0</version>
7 7
 	<type>sdplugin</type>
8
-	<install for="2.0 RC5">
8
+	<install for="2.0">
9 9
 		<require-file name="SDPluginReportToHelpdesk.english.php" destination="$languagedir" />
10 10
 		<require-dir name="report_to_helpdesk" destination="$sourcedir/sd_plugins_source" />
11 11
 		
12 12
 		<redirect url="?action=admin;area=helpdesk_plugins#js_feature_report_to_helpdesk" />
13 13
 	</install>
14 14
 
15
-	<uninstall for="2.0 RC5">
15
+	<uninstall for="2.0">
16 16
 		<remove-file name="$languagedir/SDPluginReportToHelpdesk.english.php" />
17 17
 		<remove-dir name="$sourcedir/sd_plugins_source/report_to_helpdesk" />
18 18
 	</uninstall>
... ...
@@ -5,7 +5,7 @@
5 5
 	<name>SimpleDesk Staff List</name>
6 6
 	<version>1.0</version>
7 7
 	<type>sdplugin</type>
8
-	<install for="2.0 RC5">
8
+	<install for="2.0">
9 9
 		<require-file name="SDPluginStaffList.english.php" destination="$languagedir" />
10 10
 		<require-dir name="staff_list" destination="$sourcedir/sd_plugins_source" />
11 11
 		<require-file name="SDPluginStaffList.template.php" destination="$themedir/sd_plugins_template" />
... ...
@@ -13,7 +13,7 @@
13 13
 		<redirect url="?action=admin;area=helpdesk_plugins#js_feature_staff_list" />
14 14
 	</install>
15 15
 
16
-	<uninstall for="2.0 RC5">
16
+	<uninstall for="2.0">
17 17
 		<remove-file name="$languagedir/SDPluginStaffList.english.php" />
18 18
 		<remove-dir name="$sourcedir/sd_plugins_source/staff_list" />
19 19
 		<remove-file name="$themedir/sd_plugins_template/SDPluginStaffList.template.php" />
20 20