From fcaee13ba37bef246c7adac3c57ade313e26a78c Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 5 Nov 2017 20:32:25 -0500 Subject: [PATCH] Add missing CSS, update installer --- inc/header.inc.php | 1 + install/install_functions.inc.php | 2 +- install/migrations/core.php | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/header.inc.php b/inc/header.inc.php index 4ba407b5..970fc128 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -68,6 +68,7 @@ header('X-UA-Compatible: IE=edge'); + diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index 9606199e..59c35b7b 100644 --- a/install/install_functions.inc.php +++ b/install/install_functions.inc.php @@ -16,7 +16,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} // We will be installing this HESK version: define('HESK_NEW_VERSION','2.7.3'); -define('MODS_FOR_HESK_NEW_VERSION','3.2.0'); +define('MODS_FOR_HESK_NEW_VERSION','3.2.1'); define('REQUIRE_PHP_VERSION','5.3.0'); define('REQUIRE_MYSQL_VERSION','5.0.7'); diff --git a/install/migrations/core.php b/install/migrations/core.php index 4ede382e..66c0c8f8 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -213,5 +213,7 @@ function getAllMigrations() { 157 => new \v320\AddAuditTrail\CreateAuditTrailToReplacementValuesTable(), 158 => new \v320\AddMigrationSetting(), 159 => new UpdateMigration('3.2.0', '3.1.1', 159), + //3.2.1 + 160 => new UpdateMigration('3.2.1', '3.2.0', 160), ); } \ No newline at end of file