mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update meta files for new release.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
21
changelog.md
21
changelog.md
@@ -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
|
||||||
|
@@ -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,
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -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>
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user