mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
New changelog.
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -4,24 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [4.0.2] - 2016-10-x
|
## [4.0.2] - 2016-10-14
|
||||||
### Added
|
### Added
|
||||||
- Initial release.
|
- Added ``intl`` dependency to composer file to ease installation (thanks @telyn)
|
||||||
|
- Added support for Croatian.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Initial release.
|
- Updated all copyright notices to refer to the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||||
|
- Fixed #344
|
||||||
### Deprecated
|
- Fixed #346, thanks to @SanderKleykens
|
||||||
- Initial release.
|
- #351
|
||||||
|
- Did some internal remodelling.
|
||||||
### Removed
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- PostgreSQL compatibility thanks to @SanderKleykens
|
- PostgreSQL compatibility thanks to @SanderKleykens
|
||||||
|
- @RobertHorlings fixed a bug in the ABN Amro import specific.
|
||||||
### Security
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
|
|
||||||
## [4.0.1] - 2016-10-04
|
## [4.0.1] - 2016-10-04
|
||||||
|
@@ -22,7 +22,7 @@ return [
|
|||||||
'single_user_mode' => true,
|
'single_user_mode' => true,
|
||||||
],
|
],
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '4.0.1',
|
'version' => '4.0.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