mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Changelog and version bump.
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -2,6 +2,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [4.2.2] - 2016-12-18
|
||||||
|
### Added
|
||||||
|
- New budget report (still a bit of a beta)
|
||||||
|
- Can now edit user
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- New config for specific events. Still need to build Notifications.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Various bugs
|
||||||
|
- Issue #472 thanks to @zjean
|
||||||
|
|
||||||
## [4.2.1] - 2016-12-09
|
## [4.2.1] - 2016-12-09
|
||||||
### Added
|
### Added
|
||||||
- BIC support (see #430)
|
- BIC support (see #430)
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ return [
|
|||||||
'mail_for_blocked_login' => false,
|
'mail_for_blocked_login' => false,
|
||||||
],
|
],
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '4.2.1',
|
'version' => '4.2.2',
|
||||||
'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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user