From 58832b4da2ae5efcec9ddeba86936ee5d8bb6a48 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 1 Oct 2025 05:28:47 +0200 Subject: [PATCH 1/4] Fix #10983 --- changelog.md | 5 +++++ resources/schemas/v3.json | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 059f1ae6..7e9780c6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.8.2 - 2025-10-02 + +### Fixed +- #10983 + ## v1.8.1 - 2025-10-01 ### Added diff --git a/resources/schemas/v3.json b/resources/schemas/v3.json index 7e23f513..852edba4 100644 --- a/resources/schemas/v3.json +++ b/resources/schemas/v3.json @@ -49,10 +49,14 @@ "type": "boolean" }, "roles": { - "type": "array", - "items": { - "type": "string" - } + "anyOf": [ + { + "type": "object" + }, + { + "type": "array" + } + ] }, "do_mapping": { "anyOf": [ From c530fc3b56430d5b49fd71e6ccce05650a4011b9 Mon Sep 17 00:00:00 2001 From: JC5 Date: Wed, 1 Oct 2025 05:32:14 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A4=96=20Automated=20commit=20for=20r?= =?UTF-8?q?elease=20'develop'=20on=202025-10-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/importer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/importer.php b/config/importer.php index ce2eed2b..5f38bf31 100644 --- a/config/importer.php +++ b/config/importer.php @@ -24,8 +24,8 @@ declare(strict_types=1); return [ - 'version' => '1.8.1', - 'build_time' => 1759257943, + 'version' => 'develop/2025-10-01', + 'build_time' => 1759289492, 'flows' => ['nordigen', 'spectre', 'file', 'simplefin'], 'enabled_flows' => [ 'nordigen' => true, From 7a484d607398f08e5d5899d8c661c80e69b81c06 Mon Sep 17 00:00:00 2001 From: JC5 Date: Wed, 1 Oct 2025 05:34:53 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=A4=96=20Automated=20commit=20for=20r?= =?UTF-8?q?elease=20'develop'=20on=202025-10-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 6 +++--- config/importer.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 7e9780c6..1df07a68 100644 --- a/changelog.md +++ b/changelog.md @@ -5,15 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v1.8.2 - 2025-10-02 ### Fixed -- #10983 +- [Issue 10983](https://github.com/firefly-iii/firefly-iii/issues/10983) (CANNOT_PARSE_CONFIG thrown on Importer-Image 1.8.0) reported by @beatbesmer ## v1.8.1 - 2025-10-01 ### Added -- #6061 +- [Issue 6061](https://github.com/firefly-iii/firefly-iii/issues/6061) (Set import daterange on both ends) reported by @JC5 ### Changed -- #10947 +- [Discussion 10947](https://github.com/orgs/firefly-iii/discussions/10947) (Shouldn't GoCardless import ignore pending transactions?) started by @molnarti ### Removed - Add message about future removal of Spectre / Salt Edge. diff --git a/config/importer.php b/config/importer.php index 5f38bf31..fb21da27 100644 --- a/config/importer.php +++ b/config/importer.php @@ -25,7 +25,7 @@ declare(strict_types=1); return [ 'version' => 'develop/2025-10-01', - 'build_time' => 1759289492, + 'build_time' => 1759289659, 'flows' => ['nordigen', 'spectre', 'file', 'simplefin'], 'enabled_flows' => [ 'nordigen' => true, From 97f03e99d2f482876661364aff13d90382832dd8 Mon Sep 17 00:00:00 2001 From: JC5 Date: Wed, 1 Oct 2025 05:36:52 +0200 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A4=96=20Automated=20commit=20for=20r?= =?UTF-8?q?elease=20'v1.8.2'=20on=202025-10-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/importer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/importer.php b/config/importer.php index fb21da27..18e9104b 100644 --- a/config/importer.php +++ b/config/importer.php @@ -24,8 +24,8 @@ declare(strict_types=1); return [ - 'version' => 'develop/2025-10-01', - 'build_time' => 1759289659, + 'version' => '1.8.2', + 'build_time' => 1759289777, 'flows' => ['nordigen', 'spectre', 'file', 'simplefin'], 'enabled_flows' => [ 'nordigen' => true,