Update meta files for new release.

This commit is contained in:
James Cole
2022-01-02 07:49:40 +01:00
parent f4439778f1
commit fce759e98f
6 changed files with 25 additions and 21 deletions

View File

@@ -21,25 +21,6 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
/*
* ActuallyLoggedIn.php
* Copyright (c) 2021 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
namespace FireflyIII\Events; namespace FireflyIII\Events;

View File

@@ -2,6 +2,27 @@
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.6.9 - 2022-01-02
### Added
- Debug form has the build number and date, if available.
### Deprecated
- The "v2" layout comes with a warning.
### Fixed
- Public/private key pair restore had some edge cases.
- [Issue 5464](https://github.com/firefly-iii/firefly-iii/issues/5464) Backwards incompatible change in minor upgrade of Twigbridge broke breadcrumbs.
- Overlapping `date()` function would crash Firefly III
- [Issue 5458](https://github.com/firefly-iii/firefly-iii/issues/5458) Firefly III would create an opposing account of the wrong type.
### Security
- Initial release.
### API
- Initial release
## 5.6.8 - 2021-12-19 ## 5.6.8 - 2021-12-19
### Fixed ### Fixed

View File

@@ -101,7 +101,7 @@ return [
'webhooks' => true, 'webhooks' => true,
'handle_debts' => true, 'handle_debts' => true,
], ],
'version' => '5.6.8', 'version' => '5.6.9',
'api_version' => '1.5.5', 'api_version' => '1.5.5',
'db_version' => 18, 'db_version' => 18,

View File

@@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/* /*

View File

@@ -8,6 +8,7 @@
Hi there! The "v2"-layout is no longer receiving updates. Work will continue in "v3". This will be a fully functional Hi there! The "v2"-layout is no longer receiving updates. Work will continue in "v3". This will be a fully functional
<a href="https://en.wikipedia.org/wiki/Single-page_application" class="alert-link">SPA</a> <a href="https://en.wikipedia.org/wiki/Single-page_application" class="alert-link">SPA</a>
based on the excellent <a href="https://quasar.dev/" class="alert-link">Quasar Framework</a> platform. based on the excellent <a href="https://quasar.dev/" class="alert-link">Quasar Framework</a> platform.
Your comments, ideas and feedback will not be lost.
</div> </div>
<!-- Main row --> <!-- Main row -->
<div id="dashboard"></div> <div id="dashboard"></div>

View File

@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
#sonar.sourceEncoding=UTF-8 #sonar.sourceEncoding=UTF-8
sonar.projectVersion=5.6.5 sonar.projectVersion=5.6.9
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests,frontend/src/components,frontend/src/pages sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests,frontend/src/components,frontend/src/pages
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8