diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c58c300ae50a1b67ebe0fde694b67cee0d9ad83..897da6c4ce22b44313e553d478e7e359c67224ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v3.0.0 +====== +* MAJOR: Upgrade to php7 (mandatory) and symfony 4.4. + v2.5.8 ====== * BUG: Import Categories with space at beginning or the end diff --git a/config/services.yaml b/config/services.yaml index 8adaa1c7a3ceca00938b95135e03f295b812cf4f..c9a1a77f4e39460de2309f24dc934a857ba9a453 100755 --- a/config/services.yaml +++ b/config/services.yaml @@ -4,7 +4,7 @@ # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration parameters: - app.version: 2.5.8 + app.version: 3.0.0 use_as_sass: "%env(USE_AS_SAAS)%" locale: fr router.request_context.host: '%env(string:BASE_URL)%'