New version and changelog.

This commit is contained in:
James Cole 2017-07-02 09:32:19 +02:00
parent 89b7a9d3ac
commit ae30b02405
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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,