From 80e69f3ef005c5b2163751f72f9404355a6ef301 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 7 Jan 2017 20:49:44 -0500 Subject: [PATCH] Bump to 3.0.3 --- build.php | 2 +- install/install_functions.inc.php | 2 +- install/mods-for-hesk/ajax/install-database-ajax.php | 2 ++ install/mods-for-hesk/js/version-scripts.js | 3 +++ install/mods-for-hesk/modsForHesk.php | 1 + install/mods-for-hesk/sql/installSql.php | 7 +++++++ 6 files changed, 15 insertions(+), 2 deletions(-) diff --git a/build.php b/build.php index 70bae2c4..2c077e02 100644 --- a/build.php +++ b/build.php @@ -1,4 +1,4 @@ + diff --git a/install/mods-for-hesk/sql/installSql.php b/install/mods-for-hesk/sql/installSql.php index 2f0ff5d1..6e2f9b11 100644 --- a/install/mods-for-hesk/sql/installSql.php +++ b/install/mods-for-hesk/sql/installSql.php @@ -951,4 +951,11 @@ function execute302Scripts() { ADD COLUMN `custom50` MEDIUMTEXT"); updateVersion('3.0.2'); +} + +function execute303Scripts() { + global $hesk_settings; + hesk_dbConnect(); + + updateVersion('3.0.3'); } \ No newline at end of file