From f2f0c0c06f0e0e2cfd3f8502a6b66e5fa3c31080 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 18 Mar 2023 14:52:56 +0100 Subject: [PATCH] Meta data for new release. --- .ci/php-cs-fixer/composer.lock | 18 ++++++++++++------ changelog.md | 10 ++++++++++ config/importer.php | 4 ++-- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.ci/php-cs-fixer/composer.lock b/.ci/php-cs-fixer/composer.lock index 002a9881..fa9a031f 100755 --- a/.ci/php-cs-fixer/composer.lock +++ b/.ci/php-cs-fixer/composer.lock @@ -379,16 +379,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.14.4", + "version": "v3.15.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "1b3d9dba63d93b8a202c31e824748218781eae6b" + "reference": "d48755372a113bddb99f749e34805d83f3acfe04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/1b3d9dba63d93b8a202c31e824748218781eae6b", - "reference": "1b3d9dba63d93b8a202c31e824748218781eae6b", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d48755372a113bddb99f749e34805d83f3acfe04", + "reference": "d48755372a113bddb99f749e34805d83f3acfe04", "shasum": "" }, "require": { @@ -455,9 +455,15 @@ } ], "description": "A tool to automatically fix PHP code style", + "keywords": [ + "Static code analysis", + "fixer", + "standards", + "static analysis" + ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.4" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.15.1" }, "funding": [ { @@ -465,7 +471,7 @@ "type": "github" } ], - "time": "2023-02-09T21:49:13+00:00" + "time": "2023-03-13T23:26:30+00:00" }, { "name": "psr/cache", diff --git a/changelog.md b/changelog.md index 530c4919..8fef2cc0 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.2.2 - 2021-03-19 + +- ⚠️ This release may create duplicate transactions. Don't import large batches! + +### Changed +- Drop accuracy to 12 decimals. This fixes a lot of rounding issues. + +### Fixed +- [Issue 7225](https://github.com/firefly-iii/firefly-iii/issues/7225) Fix email error when no vanity url is set + ## 1.2.1 - 2023-03-13 ### Fixed diff --git a/config/importer.php b/config/importer.php index 336b4444..d6e967d0 100644 --- a/config/importer.php +++ b/config/importer.php @@ -23,7 +23,7 @@ declare(strict_types=1); return [ - 'version' => '1.2.1', + 'version' => '1.2.2', 'flows' => ['nordigen', 'spectre', 'file'], 'flow_titles' => [ 'file' => 'File', @@ -43,7 +43,7 @@ return [ 'ignore_duplicate_errors' => env('IGNORE_DUPLICATE_ERRORS', false), 'namespace' => 'c40dcba2-411d-11ec-973a-0242ac130003', 'use_cache' => env('USE_CACHE', false), - 'minimum_version' => '6.0.4', + 'minimum_version' => '6.0.5', 'cache_api_calls' => false, 'ignored_files' => ['.gitignore'], 'tracker_site_id' => env('TRACKER_SITE_ID', ''),