From 35f997be45d5694e9d609ae6b22fc9b76eb8cf19 Mon Sep 17 00:00:00 2001 From: JC5 Date: Sat, 21 Feb 2026 20:24:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202026-02-21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/Export/ExportDataGenerator.php | 2 ++ changelog.md | 6 +++--- config/firefly.php | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/Support/Export/ExportDataGenerator.php b/app/Support/Export/ExportDataGenerator.php index 829139b0b5..6ad2d2b5a4 100644 --- a/app/Support/Export/ExportDataGenerator.php +++ b/app/Support/Export/ExportDataGenerator.php @@ -182,6 +182,8 @@ class ExportDataGenerator // @phpstan-ignore-line + // @phpstan-ignore-line + public function __construct() { $this->accounts = new Collection(); diff --git a/changelog.md b/changelog.md index c259d1553d..8b57e2a43d 100644 --- a/changelog.md +++ b/changelog.md @@ -14,15 +14,15 @@ And yes, despite my goal not to change things, some very clever users (that's yo - Support for PHP 8.5 ### Changed -- #11776 +- [PR 11776](https://github.com/firefly-iii/firefly-iii/pull/11776) (Convert to primary currency for charts) reported by @dakennguyen - The update check now contacts GitHub directly. ### Removed - Support for PHP 8.4 and earlier ### Fixed -- #11685 -- #11778 +- [Discussion 11685](https://github.com/orgs/firefly-iii/discussions/11685) (Yearly budget best practices) started by @molnarti +- [Issue 11778](https://github.com/firefly-iii/firefly-iii/issues/11778) (API update rule trigger only accepts "store-journal") reported by @jhns-de - Test notification was broken for system owners. ## v6.4.23 - 2026-02-20 diff --git a/config/firefly.php b/config/firefly.php index 4d22f5aa60..8e6240ac4e 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2026-02-21', - 'build_time' => 1771686731, + 'build_time' => 1771701730, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.