Skip to content

Commit 8d7c936

Browse files
authored
Release 2.1.0 (#158)
* Release 2.1.0 * Fix buildTools
1 parent c080004 commit 8d7c936

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+159
-95
lines changed

buildTools

install-sd.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: install.php *
1818
**************************************************************/
1919

@@ -181,7 +181,7 @@ function sd_get_install_modSettings($getAll = false)
181181
function sd_get_install_rows()
182182
{
183183
global $smcFunc;
184-
static $current_package_server_url = 'https://www.simpledesk.net/download/plugins/2.0';
184+
static $current_package_server_url = 'https://www.simpledesk.net/download/plugins/2.1';
185185

186186
$rows = array();
187187
$rows[] = array(

language-readme/readme.english.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for downloading SimpleDesk :)
66

77
Yes, we know, you don't want the boring formality of a license, but to protect us - and you - we have a license in the code. Clicking the install button after this constitutes acceptance of the following terms.
88

9-
[code]Copyright (c) 2010-2015, SimpleDesk Team
9+
[code]Copyright (c) 2010-2022, SimpleDesk Team
1010
All rights reserved.
1111

1212
Redistribution and use in source and binary forms, with or without

package-info.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 RC2</version>
6+
<version>2.1.0</version>
77
<type>modification</type>
88

99
<install for="2.1 RC4, 2.1.0-2.1.99">
@@ -78,6 +78,7 @@
7878
<hook hook="integrate_display_buttons" function="shd_display_btn_mvtopic" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
7979

8080
<!-- ShowAttachments -->
81+
<hook hook="integrate_pre_download_request" function="shd_pre_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
8182
<hook hook="integrate_download_request" function="shd_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
8283

8384
<!-- BoardIndex -->
@@ -142,6 +143,7 @@
142143
<hook reverse="true" hook="integrate_display_buttons" function="shd_display_btn_mvtopic" file="$sourcedir/sd_source/Subs-SimpleDesk.php" />
143144

144145
<!-- ShowAttachments -->
146+
<hook reverse="true" hook="integrate_pre_download_request" function="shd_pre_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
145147
<hook reverse="true" hook="integrate_download_request" function="shd_download_request" file="$sourcedir/sd_source/Subs-SimpleDeskDisplay.php" />
146148

147149
<!-- BoardIndex -->

sd_language/SimpleDesk.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: SimpleDesk.english.php *
1818
**************************************************************/
1919
// Version: 2.1; SimpleDesk main language file

sd_language/SimpleDeskAdmin.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: SimpleDeskAdmin.english.php *
1818
**************************************************************/
1919
// Version: 2.1; SimpleDesk administration options

sd_language/SimpleDeskLogAction.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: SimpleDeskLogAction.english.php *
1818
**************************************************************/
1919
// Version: 2.1; SimpleDesk action log

sd_language/SimpleDeskNotifications.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: SimpleDeskNotifications.english.php *
1818
**************************************************************/
1919
// Version: 2.1; SimpleDesk Notifications language file

sd_language/SimpleDeskPermissions.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: SimpleDeskPermissions.english.php *
1818
**************************************************************/
1919
// Version: 2.1; SimpleDesk permissions

sd_language/SimpleDeskProfile.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Any questions, please contact SimpleDesk.net *
1414
* *
1515
***************************************************************
16-
* SimpleDesk Version: 2.1 RC1 *
16+
* SimpleDesk Version: 2.1.0 *
1717
* File Info: SimpleDeskProfile.english.php *
1818
**************************************************************/
1919
// Version: 2.1; SimpleDesk Profile language file

0 commit comments

Comments
 (0)