mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Merge tag '5.0.5' into develop
5.0.5 # Conflicts: # changelog.md
This commit is contained in:
@@ -29,6 +29,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- #3042 Rule engine behavior was inconsistent when importing data.
|
||||
- #3064 Weird bug in reports.
|
||||
|
||||
## [5.0.5 (API 1.0.0)] - 2020-02-13
|
||||
|
||||
This release fixes an issue with logging that could, in rare cases, error out terribly.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Inconsistent log configuration.
|
||||
|
||||
## [5.0.4 (API 1.0.0)] - 2020-02-01
|
||||
|
||||
This release fixes several bugs found in 5.0.0 and earlier releases.
|
||||
|
@@ -137,7 +137,7 @@ return [
|
||||
],
|
||||
|
||||
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.0.4',
|
||||
'version' => '5.0.5',
|
||||
'api_version' => '1.0.0',
|
||||
'db_version' => 12,
|
||||
'maxUploadSize' => 15242880,
|
||||
|
Reference in New Issue
Block a user