mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge tag '5.5.12' into develop
5.5.12 # Conflicts: # config/firefly.php
This commit is contained in:
commit
38dcb96086
@ -2,6 +2,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 5.5.12 - 2021-06-03
|
||||
|
||||
⚠️ On July 1st 2021 the Docker tag will change to `fireflyiii/core`. You can already start using the new tag.
|
||||
|
||||
### Security
|
||||
|
||||
- This version of Firefly III fixes a security vulnerability in the export routine. You are advised to upgrade as soon as possible. All credits to the excellent @oomb.
|
||||
|
||||
## 5.5.11 - 2021-05-08
|
||||
|
||||
⚠️ On July 1st 2021 the Docker tag will change to `fireflyiii/core`. You can already start using the new tag.
|
||||
|
@ -101,10 +101,8 @@ return [
|
||||
'webhooks' => false,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
|
||||
// generic info about Firefly III
|
||||
'version' => '5.6.0-alpha.1',
|
||||
'api_version' => '1.5.3',
|
||||
'version' => '5.5.12',
|
||||
'api_version' => '1.5.2',
|
||||
'db_version' => 16,
|
||||
|
||||
// generic settings
|
||||
|
Loading…
Reference in New Issue
Block a user