Skip to content

Commit

Permalink
Prepare for bugfix release 4.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterSioen committed Aug 26, 2016
1 parent 3a3c886 commit 0145cbc
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
4.1.2 (2016-08-26)
------------------

Bugfixes:

* Location: fix fetching coordinates.
* Core: make sure our vendor folder can't be accessed.
* Core: show file size when uploadeded file size is too big.
* Core: remove useless variable assignement.
* Core: change some exit statements to exceptions.
* Core: update symfony to 2.8.9 (to include security fixes).
* Core: remove obsolete validation.
* Installer: remove non existent mailer service.
* Profiles: replace spoon directory with the filesystem component.
* Core: improve some UI issues.
* Core: improve cache handling (during both installation and other places).
* Core: add the translation for German.
* Core: protected some more files using htaccess.
* Search: show "add synonym" link when there are no synonyms yet.
* Core: fix incorrect language variable.
* Core: fix pagination labels.


4.1.1 (2016-08-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.1.2
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:

fork.debug_email: <debug-email>
fork.debug_message: 'Internal error.'
fork.version: '4.1.1'
fork.version: '4.1.2'

site.protocol: <site-protocol>
site.domain: <site-domain>
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters.yml.travis
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:

fork.debug_email: ''
fork.debug_message: 'Internal error.'
fork.version: '4.1.1'
fork.version: '4.1.2'

site.protocol: http
site.domain: fork.local
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:

fork.debug_email: noreply@fork.com
fork.debug_message: 'Internal error.'
fork.version: '4.1.1'
fork.version: '4.1.2'

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

0 comments on commit 0145cbc

Please sign in to comment.