Skip to content

Commit

Permalink
Mark 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdarwood007 committed Sep 23, 2023
1 parent 61fa8f4 commit 036128f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>SimpleDeskTeam:SimpleDesk</id>
<name>SimpleDesk - Integrated Helpdesk for Simple Machines Forum</name>
<version>2.1.2</version>
<version>2.1.3</version>
<type>modification</type>

<!-- (Minor Upgrade) This should just be the files we need to get to the current. -->
<upgrade from="2.1.1" for="2.1.4-2.1.99">
<upgrade from="2.1.2" for="2.1.4-2.1.99">
<require-file name="sd_source/Subs-SimpleDesk.php" destination="$sourcedir/sd_source" />
<require-file name="sd_source/Subs-SimpleDeskManageAttachments.php" destination="$sourcedir/sd_source" />
<require-file name="sd_source/Subs-SimpleDeskPost.php" destination="$sourcedir/sd_source" />

<require-file name="sd_template/SimpleDesk.template.php" destination="$themedir/sd_template" />
<require-file name="sd_template/SimpleDesk-Post.template.php" destination="$themedir/sd_template" />

<require-file name="css/helpdesk.css" destination="$themedir/css" />

<hook hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
<require-file name="sd_source/Subs-SimpleDeskDisplay.php" destination="$sourcedir/sd_source" />
</upgrade>

<!-- (Large upgrade) This should always indicate the lowest package we can upgrade from and all changes to the current -->
Expand Down

0 comments on commit 036128f

Please sign in to comment.