File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<package-info xmlns =" http://www.simplemachines.org/xml/package-info" xmlns : smf =" http://www.simplemachines.org/" >
44 <id >SimpleDeskTeam:SimpleDesk</id >
55 <name >SimpleDesk - Integrated Helpdesk for Simple Machines Forum</name >
6- <version >2.1.3 </version >
6+ <version >2.1.4 </version >
77 <type >modification</type >
88
99 <!-- (Minor Upgrade) This should just be the files we need to get to the current. -->
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" />
12- <require-file name =" sd_source/Subs-SimpleDeskManageAttachments.php" destination =" $sourcedir/sd_source" />
13- <require-file name =" sd_source/Subs-SimpleDeskPost.php" destination =" $sourcedir/sd_source" />
14- <require-file name =" sd_source/Subs-SimpleDeskDisplay.php" destination =" $sourcedir/sd_source" />
10+ <upgrade from =" 2.1.3" for =" 2.1.4-2.1.99" >
11+ <require-file name =" sd_source/SimpleDesk-AdminPermissions" destination =" $sourcedir/sd_source" />
1512 </upgrade >
1613
1714 <!-- (Large upgrade) This should always indicate the lowest package we can upgrade from and all changes to the current -->
Original file line number Diff line number Diff line change 55* An advanced help desk modification built on SMF *
66***************************************************************
77* *
8- * * Copyright 2023 - SimpleDesk.net *
8+ * * Copyright 2025 - SimpleDesk.net *
99* *
1010* This file and its contents are subject to the license *
1111* included with this distribution, license.txt, which *
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ function shd_init()
5050 $ context ['shd_home ' ] = 'action=helpdesk;sa=main ' ;
5151
5252 // What SD version are we on? It's now here!
53- define ('SHD_VERSION ' , 'SimpleDesk 2.1.3 ' );
53+ define ('SHD_VERSION ' , 'SimpleDesk 2.1.4 ' );
5454
5555 // This isn't the SMF way. But for something like this, it's way way more logical and readable.
5656 define ('TICKET_STATUS_NEW ' , 0 );
You can’t perform that action at this time.
0 commit comments