🚀 HESK v3.1.2

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
Luke Tainton
2020-08-25 17:24:00 +01:00
parent 77512a09b4
commit 107839166a
171 changed files with 978 additions and 685 deletions

View File

@@ -15,7 +15,7 @@
if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
// We will be installing this HESK version:
define('HESK_NEW_VERSION','3.1.1');
define('HESK_NEW_VERSION','3.1.2');
define('REQUIRE_PHP_VERSION','5.3.0');
define('REQUIRE_MYSQL_VERSION','5.0.7');

View File

@@ -1199,6 +1199,7 @@ function hesk_iUpdateTables()
// 3.0.3 no changes
// 3.1.0 no changes
// 3.1.1 no changes
// 3.1.2 no changes
// Insert the "HESK updated to latest version" mail for the administrator
if ( file_exists(HESK_PATH.'hesk_license.php') )