From 0d0a604254cbc7ef1cdcc164f0691fca63460a80 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 4 Oct 2016 20:13:09 +0200 Subject: [PATCH 1/2] Changelog for 4.0.1 [skip ci] --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c362a3a141..82d0da3566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,35 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [4.0.0] - 2015-05-25 +## [4.0.1] - 2016-10-04 +### Added +- New ING import specific by @tomwerf +- New Presidents Choice specific to fix #307 +- Added some trimming (#335) + +### Changed +- Initial release. + +### Deprecated +- Initial release. + +### Removed +- Initial release. + +### Fixed +- Fixed a bug where incoming transactions would not be properly filtered in several reports. +- #334 by @cyberkov +- #337 +- #336 +- #338 found by @roberthorlings + +### Security +- Initial release. + + + + +## [4.0.0] - 2015-09-26 ### Added - Upgraded to Laravel 5.3, most other libraries upgraded as well. - Added GBP as currency, thanks to @Mortalife From a31ac7917319e75d2b2234f937726756ea4de3b8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 4 Oct 2016 20:13:40 +0200 Subject: [PATCH 2/2] New version. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index 839676175e..4db0f9da3d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -12,7 +12,7 @@ return [ 'single_user_mode' => true, ], 'chart' => 'chartjs', - 'version' => '4.0.0', + 'version' => '4.0.1', 'csv_import_enabled' => true, 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],