mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Bump to 5.2.4
This commit is contained in:
parent
f4b1da352d
commit
7905e0bd70
@ -2,13 +2,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [5.2.3 (API 1.1.0)] - 2020-04-26
|
||||
## [5.2.4 (API 1.1.0)] - 2020-04-26
|
||||
|
||||
### Fixed
|
||||
- [Issue 3287](https://github.com/firefly-iii/firefly-iii/issues/3287) Locale issue
|
||||
- [Issue 3251](https://github.com/firefly-iii/firefly-iii/issues/3251) Budget order
|
||||
|
||||
## [3.4.2] - 2015-05-25
|
||||
## [5.2.3 (API 1.1.0)] - 2020-04-22
|
||||
|
||||
### Added
|
||||
- Support for British English! 🇬🇧
|
||||
- You can set your locale *and* your language now.
|
||||
|
@ -138,7 +138,7 @@ return [
|
||||
],
|
||||
|
||||
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.2.3',
|
||||
'version' => '5.2.4',
|
||||
'api_version' => '1.1.0',
|
||||
'db_version' => 13,
|
||||
'maxUploadSize' => 15242880,
|
||||
|
Loading…
Reference in New Issue
Block a user