Update installer
This commit is contained in:
parent
30dcb113ae
commit
70793cdfae
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
// Define the current build
|
||||
define('MODS_FOR_HESK_BUILD', 45);
|
||||
define('MODS_FOR_HESK_BUILD', 46);
|
||||
|
@ -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.1');
|
||||
define('MODS_FOR_HESK_NEW_VERSION','3.2.2');
|
||||
define('REQUIRE_PHP_VERSION','5.3.0');
|
||||
define('REQUIRE_MYSQL_VERSION','5.0.7');
|
||||
|
||||
|
@ -213,7 +213,8 @@ function getAllMigrations() {
|
||||
157 => new \v320\AddAuditTrail\CreateAuditTrailToReplacementValuesTable(),
|
||||
158 => new \v320\AddMigrationSetting(),
|
||||
159 => new UpdateMigration('3.2.0', '3.1.1', 159),
|
||||
//3.2.1
|
||||
//3.2.1 - 3.2.2
|
||||
160 => new UpdateMigration('3.2.1', '3.2.0', 160),
|
||||
161 => new UpdateMigration('3.2.2', '3.2.1', 161),
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user