File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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.3 </version >
6
+ <version >2.1.4 </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.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" />
15
12
</upgrade >
16
13
17
14
<!-- (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 5
5
* An advanced help desk modification built on SMF *
6
6
***************************************************************
7
7
* *
8
- * * Copyright 2023 - SimpleDesk.net *
8
+ * * Copyright 2025 - SimpleDesk.net *
9
9
* *
10
10
* This file and its contents are subject to the license *
11
11
* included with this distribution, license.txt, which *
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ function shd_init()
50
50
$ context ['shd_home ' ] = 'action=helpdesk;sa=main ' ;
51
51
52
52
// 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 ' );
54
54
55
55
// This isn't the SMF way. But for something like this, it's way way more logical and readable.
56
56
define ('TICKET_STATUS_NEW ' , 0 );
You can’t perform that action at this time.
0 commit comments