diff --git a/core/lib/Thelia/Install/Update.php b/core/lib/Thelia/Install/Update.php index 923c8f1ab..ccab092c6 100644 --- a/core/lib/Thelia/Install/Update.php +++ b/core/lib/Thelia/Install/Update.php @@ -39,7 +39,8 @@ class Update protected static $version = array( '0' => '2.0.0-beta1', '1' => '2.0.0-beta2', - '2' => '2.0.0-beta3' + '2' => '2.0.0-beta3', + '3' => '2.0.0-beta4' ); protected function isLatestVersion($version) diff --git a/install/insert.sql b/install/insert.sql index 28f9843ed..947ac80bb 100644 --- a/install/insert.sql +++ b/install/insert.sql @@ -39,11 +39,11 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat ('store_name','', 0, 1, NOW(), NOW()), ('store_email','', 0, 1, NOW(), NOW()), ('one_domain_foreach_lang','0', 1, 1, NOW(), NOW()), -('thelia_version','2.0.0-beta3', 1, 1, NOW(), NOW()), +('thelia_version','2.0.0-beta4', 1, 1, NOW(), NOW()), ('thelia_major_version','2', 1, 1, NOW(), NOW()), ('thelia_minus_version','0', 1, 1, NOW(), NOW()), ('thelia_release_version','0', 1, 1, NOW(), NOW()), -('thelia_extra_version','beta3', 1, 1, NOW(), NOW()); +('thelia_extra_version','beta4', 1, 1, NOW(), NOW()); INSERT INTO `config_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES