mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
Merge tag '5.3.0' into develop
5.3.0
This commit is contained in:
commit
5a28479788
@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## [5.3.0 (API 1.2.0) - 2020-xx-xx
|
||||
## [5.3.0 (API 1.2.0)] - 2020-07-03
|
||||
|
||||
Several alpha and beta releases preceded this release.
|
||||
|
||||
|
@ -143,7 +143,7 @@ return [
|
||||
],
|
||||
|
||||
//'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.3.0-beta.2',
|
||||
'version' => '5.3.0',
|
||||
'api_version' => '1.2.0',
|
||||
'db_version' => 15,
|
||||
'maxUploadSize' => 1073741824, // 1 GB
|
||||
|
Loading…
Reference in New Issue
Block a user