Change log and updated config.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole 2016-08-25 11:20:13 +02:00
parent 9f250fc61b
commit 6775fc58c8
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 21 additions and 1 deletions

View File

@ -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

View File

@ -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'],