Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-koch committed Jul 23, 2018
1 parent 5f58ecb commit fb81b23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/install_functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// 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');

Expand Down
4 changes: 2 additions & 2 deletions install/migrations/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),
);
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace vv201811;
namespace vv201820;


class MigrateServiceMessageLanguages extends \AbstractUpdatableMigration {
Expand Down

0 comments on commit fb81b23

Please sign in to comment.