mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge branch 'release/4.0.1'
This commit is contained in:
commit
5a47391a64
30
CHANGELOG.md
30
CHANGELOG.md
@ -2,7 +2,35 @@
|
|||||||
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.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
|
### Added
|
||||||
- Upgraded to Laravel 5.3, most other libraries upgraded as well.
|
- Upgraded to Laravel 5.3, most other libraries upgraded as well.
|
||||||
- Added GBP as currency, thanks to @Mortalife
|
- Added GBP as currency, thanks to @Mortalife
|
||||||
|
@ -12,7 +12,7 @@ return [
|
|||||||
'single_user_mode' => true,
|
'single_user_mode' => true,
|
||||||
],
|
],
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '4.0.0',
|
'version' => '4.0.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