From 75b2c0bd8576f1d2cf153ed1a58c99d6186c2a64 Mon Sep 17 00:00:00 2001 From: Jelmer Prins Date: Mon, 31 Jul 2023 23:20:15 +0200 Subject: [PATCH] Preparing for release --- CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION.md | 2 +- app/config/parameters.yml.dist | 2 +- app/config/parameters.yml.test | 2 +- app/config/parameters_install.yml | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff91c76ca..0643036033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +5.12.0 (2023-07-31) +------------------ + +Fixed: +* Core: Fix redirecting in parseWidget [#3513](https://github.com/forkcms/forkcms/pull/3513) +* Core: Make privacy consent dialog scrollable on mobile [#3507](https://github.com/forkcms/forkcms/pull/3507) +* Core: Make the old session clean-up method timezone aware [#3511](https://github.com/forkcms/forkcms/pull/3511) +* Core: Move the apple touch icon to the theme [#3512](https://github.com/forkcms/forkcms/pull/3512) +* Pages: Allow the use of install in a page title [#3533](https://github.com/forkcms/forkcms/pull/3533) +* Pages: Skip empty images while copying a page [#3545](https://github.com/forkcms/forkcms/pull/3545) + +Security: +* Core: Fix Open Redirect issue [#3547](https://github.com/forkcms/forkcms/pull/3547) + +Added: +* CLI: Reset password CLI command [#3491](https://github.com/forkcms/forkcms/pull/3491) +* Profiles: Autocomplete attributes [#3508](https://github.com/forkcms/forkcms/pull/3508)[#3548](https://github.com/forkcms/forkcms/pull/3548) + +Changed: +* Core: Added PHP8 support and bumped minimum to 7.4 [#3538](https://github.com/forkcms/forkcms/pull/3538) +* Core: Switched to symfony 4.4 [#3538](https://github.com/forkcms/forkcms/pull/3538) + + 5.11.1 (2022-03-24) ------------------ diff --git a/VERSION.md b/VERSION.md index 32447ce31d..dd0ad7ae60 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -5.11.1 +5.12.0 diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index bc753dbe2c..8d1f4cc3cc 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.11.1' + fork.version: '5.12.0' session.cookie_secure: false site.protocol: diff --git a/app/config/parameters.yml.test b/app/config/parameters.yml.test index 060da33dd0..79ceb24042 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.11.1' + fork.version: '5.12.0' session.cookie_secure: false site.protocol: http diff --git a/app/config/parameters_install.yml b/app/config/parameters_install.yml index 9488fbb434..9a8d150852 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.11.1' + fork.version: '5.12.0' session.cookie_secure: false site.protocol: