diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bb2cd0c6..8020d20b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +5.9.2 (2020-12-5) +------------------ + +Fixed: +* Pages: Fix background images of usertemplates [#3165](https://github.com/forkcms/forkcms/pull/3165) +* Github: Move github repo files to .github dir [#3172](https://github.com/forkcms/forkcms/pull/3172) +* MediaLibrary: Always require a media item to have a title [#3190](https://github.com/forkcms/forkcms/pull/3190) +* Pages: Fix error when adding pages as a non god user [#3181](https://github.com/forkcms/forkcms/pull/3181) +* Core: Replace & to && [#3194](https://github.com/forkcms/forkcms/pull/3194) +* Core: Filter on empty levels [#3176](https://github.com/forkcms/forkcms/pull/3176) +* Github: Move from Travis to GitHub Actions [#3175](https://github.com/forkcms/forkcms/pull/3175) +* Installer: Add some missing permissions to the admin group during installation [#3200](https://github.com/forkcms/forkcms/pull/3200) +* Core: Fix permission check for god user [#3201](https://github.com/forkcms/forkcms/pull/3201) +* Core: Allow switching in the backend to a language that is disabled in the frontend [#3202](https://github.com/forkcms/forkcms/pull/3202) +* Core: Only copy the text and not the html when editing a value in a datagrid [#3203](https://github.com/forkcms/forkcms/pull/3203) +* Core: Prevent floating elements from covering the recaptcha badge [#3204](https://github.com/forkcms/forkcms/pull/3204) +* Github: Add slack icon to Readme [#3209](https://github.com/forkcms/forkcms/pull/3209) +* Location: Fix copying location widgets to another locale when there are no widgets [#3199](https://github.com/forkcms/forkcms/pull/3199) +* Pages: Translate the test usertemplate to English [#3198](https://github.com/forkcms/forkcms/pull/3198) +* Core: Add composer v2 support [#3205](https://github.com/forkcms/forkcms/pull/3205) +* Github: Fix scrutinizer & coverage upload [#3208](https://github.com/forkcms/forkcms/pull/3208) +* MediaGalleries: Fix fade of slickslider clashing with bootstrap 4 [#3168](https://github.com/forkcms/forkcms/pull/3168) +* Github: Codecov should wait for 3 reports [#3213](https://github.com/forkcms/forkcms/pull/3213) +* Github: Use github actions badge on readme [#3214](https://github.com/forkcms/forkcms/pull/3214) +* Core: Set cache policy for woff2 [#3212](https://github.com/forkcms/forkcms/pull/3212) +* Core: Bugfix consent dialog [#3226](https://github.com/forkcms/forkcms/pull/3226) +* Core: Upgrade phpstan [#3227](https://github.com/forkcms/forkcms/pull/3227) +* Core: Pin xdebug v2 for PHP 7.1 support [#3246](https://github.com/forkcms/forkcms/pull/3246) +* Core: Update packages [#3247](https://github.com/forkcms/forkcms/pull/3247) [3221](https://github.com/forkcms/forkcms/pull/3221) [3220](https://github.com/forkcms/forkcms/pull/3220) [3197](https://github.com/forkcms/forkcms/pull/3197) [3183](https://github.com/forkcms/forkcms/pull/3183) [3182](https://github.com/forkcms/forkcms/pull/3182) [3242](https://github.com/forkcms/forkcms/pull/3242) [3245](https://github.com/forkcms/forkcms/pull/3245) [3169](https://github.com/forkcms/forkcms/pull/3169) + + 5.9.1 (2020-08-18) ------------------ diff --git a/VERSION.md b/VERSION.md index 450ad1e283..da90218186 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -5.9.1 +5.9.2 diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index a677ca908d..4ab2eca842 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -10,7 +10,7 @@ parameters: fork.debug_email: fork.debug_message: 'Internal error.' - fork.version: '5.9.1' + fork.version: '5.9.2' session.cookie_secure: false site.protocol: diff --git a/app/config/parameters.yml.test b/app/config/parameters.yml.test index 98f0ad41b0..1c2f7097e5 100644 --- a/app/config/parameters.yml.test +++ b/app/config/parameters.yml.test @@ -10,7 +10,7 @@ parameters: fork.debug_email: '' fork.debug_message: 'Internal error.' - fork.version: '5.9.1' + fork.version: '5.9.2' session.cookie_secure: false site.protocol: http diff --git a/app/config/parameters_install.yml b/app/config/parameters_install.yml index 8a22b887a6..7cf23d7495 100644 --- a/app/config/parameters_install.yml +++ b/app/config/parameters_install.yml @@ -10,7 +10,7 @@ parameters: fork.debug_email: noreply@fork.com fork.debug_message: 'Internal error.' - fork.version: '5.9.1' + fork.version: '5.9.2' session.cookie_secure: false site.protocol: