Skip to content

Commit f0d6477

Browse files
committed
Target 2.1.4
1 parent 4dc2aed commit f0d6477

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

package-info.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
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 -->

sd_source/SimpleDesk-AdminPermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 *

sd_source/Subs-SimpleDesk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)