|
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.1</version> |
| 6 | + <version>2.1.2</version> |
7 | 7 | <type>modification</type> |
8 | 8 |
|
9 | | - <upgrade from="2.1.0" for="2.1.3-2.1.99"> |
| 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"> |
| 11 | + <require-file name="sd_source/Subs-SimpleDeskManageAttachments.php" destination="$sourcedir/sd_source" /> |
| 12 | + <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" /> |
| 20 | + </upgrade> |
| 21 | + |
| 22 | + <!-- (Large upgrade) This should always indicate the lowest package we can upgrade from and all changes to the current --> |
| 23 | + <upgrade from="2.1.0" for="2.1.4-2.1.99"> |
10 | 24 | <!-- language files --> |
11 | 25 | <require-dir name="sd_language" destination="$themes_dir/default/languages" /> |
12 | 26 |
|
|
38 | 52 | <require-dir name="sd_plugins_lang" destination="$languagedir" /> |
39 | 53 | </upgrade> |
40 | 54 |
|
41 | | - <install for="2.1.3-2.1.99"> |
| 55 | + <install for="2.1.4-2.1.99"> |
42 | 56 | <!-- readme files --> |
43 | 57 | <readme lang="english" parsebbc="true" type="file">language-readme/readme.english.txt</readme> |
44 | 58 |
|
|
95 | 109 | <hook hook="integrate_remove_attachments" function="shd_remove_attachments" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" /> |
96 | 110 | <hook hook="integrate_attachments_browse" function="shd_attachments_browse" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" /> |
97 | 111 | <hook hook="integrate_attachment_remove" function="shd_attachment_remove" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" /> |
| 112 | + <hook hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" /> |
98 | 113 |
|
99 | 114 | <!-- Admin Section: Packages --> |
100 | 115 | <hook hook="integrate_packages_sort_id" function="shd_packages_sort_id" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" /> |
|
132 | 147 | <credits url="https://www.simpledesk.net" license="BSD 3-Clause" licenseurl="https://github.com/SimpleMachines/SimpleDesk/blob/master/license.txt" copyright="2010-2021">Simple Desk</credits> |
133 | 148 | </install> |
134 | 149 |
|
135 | | - <uninstall for="2.1.3-2.1.99"> |
| 150 | + <uninstall for="2.1.4-2.1.99"> |
136 | 151 | <!-- database changes, undone --> |
137 | 152 | <database>uninstall-sd-optional.php</database> |
138 | 153 | <code type="file">uninstall-sd-required.php</code> |
|
160 | 175 | <hook reverse="true" hook="integrate_remove_attachments" function="shd_remove_attachments" file="$sourcedir/sd_source/Subs-SimpleDeskAdmin.php" /> |
161 | 176 | <hook reverse="true" hook="integrate_attachments_browse" function="shd_attachments_browse" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" /> |
162 | 177 | <hook reverse="true" hook="integrate_attachment_remove" function="shd_attachment_remove" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" /> |
| 178 | + <hook reverse="true" hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" /> |
163 | 179 |
|
164 | 180 | <!-- Admin Section: Packages --> |
165 | 181 | <hook reverse="true" hook="integrate_packages_sort_id" function="shd_packages_sort_id" file="$sourcedir/sd_source/Subs-SimpleDeskPackages.php" /> |
|
0 commit comments