mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 10:20:29 -06:00
New version and changelog.
This commit is contained in:
parent
89b7a9d3ac
commit
ae30b02405
@ -2,6 +2,11 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## [4.6.1] - 2017-07-02
|
||||
### Fixed
|
||||
- Fixed several small issues all around.
|
||||
|
||||
## [4.6.0] - 2017-06-28
|
||||
|
||||
### Changed
|
||||
@ -16,9 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Fix a bug where the balance routine forgot to account for accounts without a currency preference.
|
||||
- Various other bugfixes.
|
||||
|
||||
### Security
|
||||
- Initial release.
|
||||
|
||||
## [4.5.0] - 2017-06-07
|
||||
|
||||
### Added
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
||||
'version' => '4.6.0',
|
||||
'version' => '4.6.1',
|
||||
'maxUploadSize' => 15242880,
|
||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||
'list_length' => 10,
|
||||
|
Loading…
Reference in New Issue
Block a user