mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 01:11:37 -06:00
Change log and updated config.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
9f250fc61b
commit
6775fc58c8
20
CHANGELOG.md
20
CHANGELOG.md
@ -5,6 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
- No unreleased changes yet.
|
- 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
|
## [3.10] - 2015-05-25
|
||||||
### Added
|
### Added
|
||||||
- New charts in year report
|
- New charts in year report
|
||||||
|
@ -4,7 +4,7 @@ declare(strict_types = 1);
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '3.10',
|
'version' => '3.10.1',
|
||||||
'csv_import_enabled' => true,
|
'csv_import_enabled' => true,
|
||||||
'maxUploadSize' => 5242880,
|
'maxUploadSize' => 5242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||||
|
Loading…
Reference in New Issue
Block a user