From 6775fc58c8a37588d8e86e02d7d270c44d8fcc8a Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 25 Aug 2016 11:20:13 +0200 Subject: [PATCH] Change log and updated config. Signed-off-by: James Cole --- CHANGELOG.md | 20 ++++++++++++++++++++ config/firefly.php | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc2c8ef1a..579d41cc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - No unreleased changes yet. +## [3.10.1] - 2016-08-25 +### Added +- More feedback in the import procedure. +- Extended model for import job. +- Web bases import procedure. + + +### Changed +- Scrutinizer configuration +- Various code clean up. + +### Removed +- Code climate YAML file. + +### Fixed +- Fixed a bug where a migration would check an empty table name. +- Fixed various bugs in the import routine. +- Fixed various bugs in the piggy banks pages. +- Fixed a bug in the ``firefly:verify`` routine + ## [3.10] - 2015-05-25 ### Added - New charts in year report diff --git a/config/firefly.php b/config/firefly.php index 8e0587da2a..c481701f9d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -4,7 +4,7 @@ declare(strict_types = 1); return [ 'chart' => 'chartjs', - 'version' => '3.10', + 'version' => '3.10.1', 'csv_import_enabled' => true, 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],