mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Changelog and version.
This commit is contained in:
parent
3376e1e663
commit
b9d949d259
@ -2,7 +2,7 @@
|
|||||||
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.5.5 (API 1.5.2) 2021-04-09
|
## 5.5.6 (API 1.5.2) 2021-04-09
|
||||||
|
|
||||||
Firefly III features a new *experimental* layout that I'm currently building. You can enable it by setting environment variable `FIREFLY_III_LAYOUT=v2`. Check out [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618) for the announcement and status updates. This release features an update API version. Check out [the difference](https://github.com/firefly-iii/api-docs-generator/compare/1.5.1...1.5.2).
|
Firefly III features a new *experimental* layout that I'm currently building. You can enable it by setting environment variable `FIREFLY_III_LAYOUT=v2`. Check out [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618) for the announcement and status updates. This release features an update API version. Check out [the difference](https://github.com/firefly-iii/api-docs-generator/compare/1.5.1...1.5.2).
|
||||||
|
|
||||||
@ -20,6 +20,10 @@ Firefly III features a new *experimental* layout that I'm currently building. Yo
|
|||||||
- New endpoint to bulk update transactions.
|
- New endpoint to bulk update transactions.
|
||||||
- The chart API endpoint includes the time in the labels.
|
- The chart API endpoint includes the time in the labels.
|
||||||
|
|
||||||
|
## 5.5.5
|
||||||
|
|
||||||
|
Skipped.
|
||||||
|
|
||||||
## 5.5.4
|
## 5.5.4
|
||||||
|
|
||||||
Skipped.
|
Skipped.
|
||||||
|
@ -99,7 +99,7 @@ return [
|
|||||||
'webhooks' => false,
|
'webhooks' => false,
|
||||||
],
|
],
|
||||||
|
|
||||||
'version' => '5.5.5',
|
'version' => '5.5.6',
|
||||||
'api_version' => '1.5.2',
|
'api_version' => '1.5.2',
|
||||||
'db_version' => 16,
|
'db_version' => 16,
|
||||||
'maxUploadSize' => 1073741824, // 1 GB
|
'maxUploadSize' => 1073741824, // 1 GB
|
||||||
|
Loading…
Reference in New Issue
Block a user