Mark 2.1.3
jdarwood007

jdarwood007 commited on 2023-09-22 19:13:37
Showing 1 changed files, with 4 additions and 9 deletions.

... ...
@@ -3,20 +3,15 @@
3 3
 <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4 4
 	<id>SimpleDeskTeam:SimpleDesk</id>
5 5
 	<name>SimpleDesk - Integrated Helpdesk for Simple Machines Forum</name>
6
-	<version>2.1.2</version>
6
+	<version>2.1.3</version>
7 7
 	<type>modification</type>
8 8
 
9 9
 	<!-- (Minor Upgrade) This should just be the files we need to get to the current. -->
10
-	<upgrade from="2.1.1" for="2.1.4-2.1.99">
10
+	<upgrade from="2.1.2" for="2.1.4-2.1.99">
11
+		<require-file name="sd_source/Subs-SimpleDesk.php" destination="$sourcedir/sd_source" />
11 12
 		<require-file name="sd_source/Subs-SimpleDeskManageAttachments.php" destination="$sourcedir/sd_source" />
12 13
 		<require-file name="sd_source/Subs-SimpleDeskPost.php" destination="$sourcedir/sd_source" />
13
-
14
-		<require-file name="sd_template/SimpleDesk.template.php" destination="$themedir/sd_template" />
15
-		<require-file name="sd_template/SimpleDesk-Post.template.php" destination="$themedir/sd_template" />
16
-
17
-		<require-file name="css/helpdesk.css" destination="$themedir/css" />
18
-
19
-		<hook hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
14
+		<require-file name="sd_source/Subs-SimpleDeskDisplay.php" destination="$sourcedir/sd_source" />
20 15
 	</upgrade>
21 16
 
22 17
 	<!-- (Large upgrade) This should always indicate the lowest package we can upgrade from and all changes to the current -->
23 18