Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed Oct 16, 2018
1 parent e2639f4 commit 69685df
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
5.4.1 (2018-10-16)
------------------

Fixed:
* Core: Fix 404's in default theme [#2655](https://github.com/forkcms/forkcms/pull/2655)
* Core: Fix assertions that use transchoice not translating [#2652](https://github.com/forkcms/forkcms/pull/2652)
* Core: Fix cropping square images [#2659](https://github.com/forkcms/forkcms/pull/2659)
* Core: Fix including source directory when getting image directories [#2660](https://github.com/forkcms/forkcms/pull/2660)
* Core: Fixed thumbnail resize [#2641](https://github.com/forkcms/forkcms/pull/2641)
* Core: Make the backend navigation scrollable [#2654](https://github.com/forkcms/forkcms/pull/2654)
* Core: Update cronjob description since the cli is the only way to run them [#2638](https://github.com/forkcms/forkcms/pull/2638)
* Blog: Fix check if the coeds to be moderated [#2656](https://github.com/forkcms/forkcms/pull/2656)
* Blog: Fix double escaping of comments [#2637](https://github.com/forkcms/forkcms/pull/2637)
* FAQ: Fix asking for feedback [#2661](https://github.com/forkcms/forkcms/pull/2661)
* Install: Fix https detection [#2651](https://github.com/forkcms/forkcms/pull/2651)
* Install: The install when module settings service is autowired [#2636](https://github.com/forkcms/forkcms/pull/2636)
* Location: Fix directions [#2643](https://github.com/forkcms/forkcms/pull/2643)
* MediaLibrary: Media folders were still being encoded on edit [#2632](https://github.com/forkcms/forkcms/pull/2632)
* Search: Fix autosuggest containing html [#2658](https://github.com/forkcms/forkcms/pull/2658)
* Search: Fix search settings error [#2650](https://github.com/forkcms/forkcms/pull/2650)


5.4.0 (2018-08-14) 5.4.0 (2018-08-14)
------------------ ------------------


Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
@@ -1 +1 @@
5.4.0 5.4.1
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_email: <debug-email>
fork.debug_message: 'Internal error.' fork.debug_message: 'Internal error.'
fork.version: '5.4.0' fork.version: '5.4.1'


site.protocol: <site-protocol> site.protocol: <site-protocol>
site.domain: <site-domain> site.domain: <site-domain>
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_email: ''
fork.debug_message: 'Internal error.' fork.debug_message: 'Internal error.'
fork.version: '5.4.0' fork.version: '5.4.1'


site.protocol: http site.protocol: http
site.domain: fork.local site.domain: fork.local
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_email: noreply@fork.com
fork.debug_message: 'Internal error.' fork.debug_message: 'Internal error.'
fork.version: '5.4.0' fork.version: '5.4.1'


site.protocol: <site-protocol> site.protocol: <site-protocol>
site.domain: <site-domain> site.domain: <site-domain>
Expand Down

0 comments on commit 69685df

Please sign in to comment.