Update installer
This commit is contained in:
parent
5f58ecb77f
commit
fb81b23f6b
@ -16,7 +16,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
|
||||
|
||||
// We will be installing this HESK version:
|
||||
define('HESK_NEW_VERSION','2.8.2');
|
||||
define('MODS_FOR_HESK_NEW_VERSION','2018.1.1');
|
||||
define('MODS_FOR_HESK_NEW_VERSION','2018.2.0');
|
||||
define('REQUIRE_PHP_VERSION','5.3.0');
|
||||
define('REQUIRE_MYSQL_VERSION','5.0.7');
|
||||
|
||||
|
@ -232,7 +232,7 @@ function getAllMigrations() {
|
||||
// 2018.1.0
|
||||
174 => new UpdateMigration('2018.1.0', '3.3.1', 174),
|
||||
// 2018.1.1
|
||||
175 => new \vv201811\MigrateServiceMessageLanguages(175),
|
||||
176 => new UpdateMigration('2018.1.1', '2018.1.0', 176),
|
||||
175 => new \vv201820\MigrateServiceMessageLanguages(175),
|
||||
176 => new UpdateMigration('2018.2.0', '2018.1.0', 176),
|
||||
);
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace vv201811;
|
||||
namespace vv201820;
|
||||
|
||||
|
||||
class MigrateServiceMessageLanguages extends \AbstractUpdatableMigration {
|
||||
|
Loading…
x
Reference in New Issue
Block a user