mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Merge branch 'hotfix/5.0.3'
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
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/).
|
||||||
|
|
||||||
|
## [5.0.3 (API 1.0.0)] - 2020-01-30
|
||||||
|
|
||||||
|
This release fixes several bugs found in 5.0.0 and earlier releases.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- A script tries to connect over MySQL, despite Firefly III being configured to connect over another DB type.
|
||||||
|
|
||||||
## [5.0.1 (API 1.0.0)] - 2020-01-25
|
## [5.0.1 (API 1.0.0)] - 2020-01-25
|
||||||
|
|
||||||
This release fixes several bugs found in 5.0.0 and earlier releases.
|
This release fixes several bugs found in 5.0.0 and earlier releases.
|
||||||
|
@@ -136,7 +136,7 @@ return [
|
|||||||
'export' => true,
|
'export' => true,
|
||||||
],
|
],
|
||||||
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||||
'version' => '5.0.1',
|
'version' => '5.0.3',
|
||||||
'api_version' => '1.0.0',
|
'api_version' => '1.0.0',
|
||||||
'db_version' => 12,
|
'db_version' => 12,
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
|
Reference in New Issue
Block a user