Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed Jul 7, 2020
1 parent db38473 commit 5f36634
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions 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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
@@ -1 +1 @@
5.8.2
5.8.3
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Expand Up @@ -10,7 +10,7 @@ parameters:

fork.debug_email: <debug-email>
fork.debug_message: 'Internal error.'
fork.version: '5.8.2'
fork.version: '5.8.3'

session.cookie_secure: false
site.protocol: <site-protocol>
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters.yml.travis
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters_install.yml
Expand Up @@ -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: <site-protocol>
Expand Down

0 comments on commit 5f36634

Please sign in to comment.