Skip to content

Commit

Permalink
Bump our version to 3.9.4.
Browse files Browse the repository at this point in the history
Improvements:

* Core: Moved startProcessingHooks from Backend/Frontend to Common/Core/Model.php
* Core: Save logs in an environment specific log file.
* Extensions: allow more different zip formats for module uploads.
* Locale: add a cli tool to import locale.
* Core: move phpunit to the root of the project.
* Core: save logs in environment specific files.
* Analytics: improve usability + add functionality
* Core: improve exception messages.
* Core: remove the unused timezones table.
* Core: remove unneeded require statements.
* Core: add a datagrid modifier to display boolean types.
* Core: bump minimum PHP version to 5.4

Bugfixes:

* Core: Fixed exporting .csv files.
* Analytics: Don't let Google_Client save files in the /tmp/Google_Client directory
* Core: Fixed CamelCasing issues with Spoon classes SpoonDatagridSourceArray, SpoonDatagridPaging & iSpoonDatagridPaging.
* Core: fix composer install on windows.
* Blog: fix image deletion for revisions.
* Core: fix exporting csv files
  • Loading branch information
WouterSioen committed Jul 9, 2015
1 parent 3f02938 commit 2a22c67
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,11 @@
3.9.4 (xxxx-xx-xx)
3.9.5 (xxxx-xx-xx)
--
Improvements:

Bugfixes:


3.9.4 (2015-07-09)
--
Improvements:

Expand All @@ -13,6 +20,7 @@ Improvements:
* Core: remove the unused timezones table.
* Core: remove unneeded require statements.
* Core: add a datagrid modifier to display boolean types.
* Core: bump minimum PHP version to 5.4

Bugfixes:

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

site.protocol: http
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_message: 'Internal error.'
fork.version: '3.9.2'
fork.version: '3.9.4'

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

0 comments on commit 2a22c67

Please sign in to comment.