diff --git a/install/index.php b/install/index.php index 6ee2fc35..e6199ac3 100644 --- a/install/index.php +++ b/install/index.php @@ -100,7 +100,7 @@ if (HESK_NEW_VERSION != $hesk_settings['hesk_version']) {
-

You need to be running HESK 2.7.3 to install Mods for HESK. You currently have HESK .

+

You need to be running HESK to install Mods for HESK. You currently have HESK .

diff --git a/install/migrations/core.php b/install/migrations/core.php index f52740e7..6c7980d8 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -218,5 +218,6 @@ function getAllMigrations() { 161 => new UpdateMigration('3.2.2', '3.2.1', 161), 162 => new UpdateMigration('3.2.3', '3.2.2', 162), 163 => new UpdateMigration('3.2.4', '3.2.3', 163), + 164 => new UpdateMigration('3.2.5', '3.2.4', 164), ); } \ No newline at end of file