Skip to content

Commit

Permalink
Update files for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Jul 16, 2022
1 parent 9a3c5ff commit 1329070
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 3 additions & 1 deletion app/Exceptions/AgreementExpiredException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
declare(strict_types=1);

/*
* AgreementExpiredException.php
* Copyright (c) 2022 [email protected]
Expand All @@ -21,6 +21,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

declare(strict_types=1);

namespace App\Exceptions;

use Exception;
Expand Down
13 changes: 11 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.9.10 - 2021-05-03
## 0.9.11 - 2022-07-16

### Fixed
- Issue where config files with empty strings would break the date selection.
- [Issue 6146](https://github.com/firefly-iii/firefly-iii/issues/6146) Fix issue where missing Nordigen data would break the import.
- [Issue 6233](https://github.com/firefly-iii/firefly-iii/issues/6233) Fix issue where mapping an expense account to a revenue spot would break the import.
- Fix issue where the importer would not detect empty descriptions. Thanks @BerghsJelmer

## 0.9.10 - 2022-05-03

### Changed
- Require the most recent version of Firefly III

## 0.9.9 - 2021-05-03
## 0.9.9 - 2022-05-03

### Changed
- Made the texts more generic to accommodate future changes
Expand Down
2 changes: 1 addition & 1 deletion config/importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
declare(strict_types=1);

return [
'version' => '0.9.9',
'version' => '0.9.11',
'flows' => ['nordigen', 'spectre', 'file'],
'flow_titles' => [
'file' => 'File',
Expand Down

0 comments on commit 1329070

Please sign in to comment.