From 586ed82e88f3472b340115d1bbf99227be18eebb Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 14 Oct 2016 16:26:05 +0200 Subject: [PATCH] New changelog. --- CHANGELOG.md | 21 +++++++++------------ config/firefly.php | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 405e516da0..c245627b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/). -## [4.0.2] - 2016-10-x +## [4.0.2] - 2016-10-14 ### Added -- Initial release. +- Added ``intl`` dependency to composer file to ease installation (thanks @telyn) +- Added support for Croatian. ### Changed -- Initial release. - -### Deprecated -- Initial release. - -### Removed -- Initial release. +- Updated all copyright notices to refer to the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/) +- Fixed #344 +- Fixed #346, thanks to @SanderKleykens +- #351 +- Did some internal remodelling. ### Fixed - PostgreSQL compatibility thanks to @SanderKleykens - -### Security -- Initial release. +- @RobertHorlings fixed a bug in the ABN Amro import specific. ## [4.0.1] - 2016-10-04 diff --git a/config/firefly.php b/config/firefly.php index 64daed601b..6ffc2ed269 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -22,7 +22,7 @@ return [ 'single_user_mode' => true, ], 'chart' => 'chartjs', - 'version' => '4.0.1', + 'version' => '4.0.2', 'csv_import_enabled' => true, 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],