Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
@@ -1 +1 @@
5.9.1
5.9.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.9.1'
fork.version: '5.9.2'

session.cookie_secure: false
site.protocol: <site-protocol>
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters.yml.test
Expand Up @@ -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
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.9.1'
fork.version: '5.9.2'

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

0 comments on commit 2cc9248

Please sign in to comment.