From 5f3663480bf0351f320da008fe87805b1c074354 Mon Sep 17 00:00:00 2001 From: Jelmer Prins Date: Tue, 7 Jul 2020 18:32:36 +0200 Subject: [PATCH] Preparing for release --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION.md | 2 +- app/config/parameters.yml.dist | 2 +- app/config/parameters.yml.travis | 2 +- app/config/parameters_install.yml | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13160b801b..828a522765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +5.8.3 (2020-07-07) +------------------ + +Fixed: +* Core: Optimise vendor images [#3143](https://github.com/forkcms/forkcms/pull/3143) +* Core: Show the correct error when adding invalid custom slugs [#3145](https://github.com/forkcms/forkcms/pull/3145) +* Core: Stop hard caching redirects [#3094](https://github.com/forkcms/forkcms/pull/3094) +* Core: Update vendors [#3136](https://github.com/forkcms/forkcms/pull/3136) [#3111](https://github.com/forkcms/forkcms/pull/3111) [#3119](https://github.com/forkcms/forkcms/pull/3119) +* DX: Fix docker build [#3121](https://github.com/forkcms/forkcms/pull/3121) +* DX: Fix typo in pull request templates [#3140](https://github.com/forkcms/forkcms/pull/3140) +* MediaGalleries: Fix text being truncated [#3139](https://github.com/forkcms/forkcms/pull/3139) +* MediaLibrary: Fix uploading big files [#3146](https://github.com/forkcms/forkcms/pull/3146) + +Security: +* Core: Fix xss bugs in the backend [#3093](https://github.com/forkcms/forkcms/pull/3093) [#3137](https://github.com/forkcms/forkcms/pull/3137) +* Core: Improve csrf checks in the backend [#3123](https://github.com/forkcms/forkcms/pull/3123) [#3138](https://github.com/forkcms/forkcms/pull/3138) [#3124](https://github.com/forkcms/forkcms/pull/3124) [#3132](https://github.com/forkcms/forkcms/pull/3132) [#3135](https://github.com/forkcms/forkcms/pull/3135) + + 5.8.2 (2020-05-12) ------------------ diff --git a/VERSION.md b/VERSION.md index 5e21ca5a89..332e884712 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -5.8.2 +5.8.3 diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index ff0a8c746b..2ade3084f3 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.8.2' + fork.version: '5.8.3' session.cookie_secure: false site.protocol: diff --git a/app/config/parameters.yml.travis b/app/config/parameters.yml.travis index 4dcd179524..c2fb163ff0 100644 --- a/app/config/parameters.yml.travis +++ b/app/config/parameters.yml.travis @@ -10,7 +10,7 @@ parameters: fork.debug_email: '' fork.debug_message: 'Internal error.' - fork.version: '5.8.2' + fork.version: '5.8.3' session.cookie_secure: false site.protocol: http diff --git a/app/config/parameters_install.yml b/app/config/parameters_install.yml index 66790b1a3b..0f01c26b01 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.8.2' + fork.version: '5.8.3' session.cookie_secure: false site.protocol: