From 2a22c670a0579d84de49e10518bd572c542d14ad Mon Sep 17 00:00:00 2001 From: woutersioen Date: Thu, 9 Jul 2015 15:32:14 +0200 Subject: [PATCH] Bump our version to 3.9.4. 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 --- CHANGELOG.md | 10 +++++++++- VERSION.md | 2 +- app/config/parameters.yml.travis | 2 +- app/config/parameters_install.yml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4605755d6..4747d335aa 100644 --- a/CHANGELOG.md +++ b/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: @@ -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: diff --git a/VERSION.md b/VERSION.md index 820476af94..e0d61b5b06 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.9.3 +3.9.4 diff --git a/app/config/parameters.yml.travis b/app/config/parameters.yml.travis index b0d8906ad2..671837e603 100644 --- a/app/config/parameters.yml.travis +++ b/app/config/parameters.yml.travis @@ -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 diff --git a/app/config/parameters_install.yml b/app/config/parameters_install.yml index 28b03165c8..9f008ae1e5 100644 --- a/app/config/parameters_install.yml +++ b/app/config/parameters_install.yml @@ -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.domain: