From 2f0a3238c35251b00bb3b4aea78ec7d3eb65e03e Mon Sep 17 00:00:00 2001 From: JC5 Date: Sun, 15 Mar 2026 17:28:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202026-03-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 4 ++-- composer.lock | 12 ++++++------ config/firefly.php | 4 ++-- resources/lang/en_US/firefly.php | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index 93e0ae3381..41c0ba89a0 100644 --- a/changelog.md +++ b/changelog.md @@ -22,8 +22,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 11916](https://github.com/firefly-iii/firefly-iii/issues/11916) (Balance is not recalculated when multiple transactions are selected and then deleted) reported by @elp3dr0 - [Discussion 11936](https://github.com/orgs/firefly-iii/discussions/11936) (Links in emails don't link to correct domain) started by @SamLMB - [Issue 11944](https://github.com/firefly-iii/firefly-iii/issues/11944) (Stale available_budgets rows prevent disabling a currency after switching default) reported by @k-leveller -- #11953 -- #11954 +- [Issue 11953](https://github.com/firefly-iii/firefly-iii/issues/11953) ("Actions" buttons no longer appears after selecting multiple transactions) reported by @crtxcr +- [Issue 11954](https://github.com/firefly-iii/firefly-iii/issues/11954) (Search results are not shown after loading) reported by @fabienfitoussi ### Security diff --git a/composer.lock b/composer.lock index ae26a8bdb8..3f45dda5e9 100644 --- a/composer.lock +++ b/composer.lock @@ -12382,16 +12382,16 @@ }, { "name": "sebastian/environment", - "version": "8.0.3", + "version": "8.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "24a711b5c916efc6d6e62aa65aa2ec98fef77f68" + "reference": "7b8842c2d8e85d0c3a5831236bf5869af6ab2a11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/24a711b5c916efc6d6e62aa65aa2ec98fef77f68", - "reference": "24a711b5c916efc6d6e62aa65aa2ec98fef77f68", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/7b8842c2d8e85d0c3a5831236bf5869af6ab2a11", + "reference": "7b8842c2d8e85d0c3a5831236bf5869af6ab2a11", "shasum": "" }, "require": { @@ -12434,7 +12434,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", - "source": "https://github.com/sebastianbergmann/environment/tree/8.0.3" + "source": "https://github.com/sebastianbergmann/environment/tree/8.0.4" }, "funding": [ { @@ -12454,7 +12454,7 @@ "type": "tidelift" } ], - "time": "2025-08-12T14:11:56+00:00" + "time": "2026-03-15T07:05:40+00:00" }, { "name": "sebastian/exporter", diff --git a/config/firefly.php b/config/firefly.php index af3c513bb4..614995ee8d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => (bool)envDefaultWhenEmpty(env('USE_RUNNING_BALANCE'), true), // this is only the default value, is not used. // see cer.php for exchange rates feature flag. ], - 'version' => '6.5.5', - 'build_time' => 1773558152, + 'version' => 'develop/2026-03-15', + 'build_time' => 1773591944, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used. diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 1886c85901..fb2eaaa07b 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -474,7 +474,7 @@ return [ 'search_modifier_not_tag_contains' => 'Tag does not contain ":value"', 'search_modifier_tag_ends' => 'Tag ends with ":value"', 'search_modifier_tag_starts' => 'Tag starts with ":value"', - 'search_modifier_not_tag_starts' => 'No tag starts with ":value"', + 'search_modifier_not_tag_starts' => 'No tag starts with ":value"', 'search_modifier_not_tag_is' => 'No tag is ":value"', 'search_modifier_date_on_year' => 'Transaction is in year ":value"', 'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',