Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed May 12, 2020
1 parent e16c308 commit 77fdbd2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
5.8.2 (2020-05-12)
------------------

Fixed:
* Core: Fix upscale cropping [#3079](https://github.com/forkcms/forkcms/pull/3079)
* Core: Remove last slash in url after hreflang [#3080](https://github.com/forkcms/forkcms/pull/3080)
* Core: Update composer packages [#3078](https://github.com/forkcms/forkcms/pull/3078) [#3077](https://github.com/forkcms/forkcms/pull/3077) [#3076](https://github.com/forkcms/forkcms/pull/3076)
* Docs: Fix MailChimp Url [#3083](https://github.com/forkcms/forkcms/pull/3083)
* Docs: Typo in Headline [#3082](https://github.com/forkcms/forkcms/pull/3082)
* Docs: Update old docs link, with the new one [#3085](https://github.com/forkcms/forkcms/pull/3085)
* Pages: Fix notice when deleting page [#3074](https://github.com/forkcms/forkcms/pull/3074)
* Pages: Use single quotes for background images [#3067](https://github.com/forkcms/forkcms/pull/3067)

Security:
* Core: Bump jquery from 3.4.1 to 3.5.0 [#3089](https://github.com/forkcms/forkcms/pull/3089)


5.8.1 (2020-04-17)
------------------
Fixed:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
@@ -1 +1 @@
5.8.1
5.8.2
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.1'
fork.version: '5.8.2'

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.1'
fork.version: '5.8.2'

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.1'
fork.version: '5.8.2'

session.cookie_secure: false
site.protocol: <site-protocol>
Expand Down

0 comments on commit 77fdbd2

Please sign in to comment.