From 7c851381155ebd8fc23e71712ac4965535b0610c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:52:25 +0100 Subject: [PATCH] Auto commit for release 'v6.2.7' on 2025-02-18 --- changelog.md | 10 +++++----- composer.lock | 10 +++++----- config/firefly.php | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index 9a20683a3b..d9329f5825 100644 --- a/changelog.md +++ b/changelog.md @@ -12,11 +12,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- #9803 -- #9835 -- #9842 -- #9848 -- #9855 +- [Issue 9803](https://github.com/firefly-iii/firefly-iii/issues/9803) (Left to spend - All negativ after update.) reported by @nedsined +- [Issue 9835](https://github.com/firefly-iii/firefly-iii/issues/9835) (Failed to create transaction in recurring transactions on 6.2.6) reported by @hhl5350 +- [Issue 9842](https://github.com/firefly-iii/firefly-iii/issues/9842) (Net worth on dashboard does not go up to the end of month for the current month) reported by @standingduck3 +- [Issue 9848](https://github.com/firefly-iii/firefly-iii/issues/9848) (Failed to export accounts data) reported by @Jaeger87 +- [Issue 9855](https://github.com/firefly-iii/firefly-iii/issues/9855) (Demo Website not working) reported by @xfarrow ## 6.2.6 - 2025-02-13 diff --git a/composer.lock b/composer.lock index cdb239e281..95086b3e97 100644 --- a/composer.lock +++ b/composer.lock @@ -1874,16 +1874,16 @@ }, { "name": "laravel/framework", - "version": "v11.42.1", + "version": "v11.43.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "ff392f42f6c55cc774ce75553a11c6b031da67f8" + "reference": "70760d976486310b11d8e487e873077db069e77a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/ff392f42f6c55cc774ce75553a11c6b031da67f8", - "reference": "ff392f42f6c55cc774ce75553a11c6b031da67f8", + "url": "https://api.github.com/repos/laravel/framework/zipball/70760d976486310b11d8e487e873077db069e77a", + "reference": "70760d976486310b11d8e487e873077db069e77a", "shasum": "" }, "require": { @@ -2085,7 +2085,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-02-12T20:58:18+00:00" + "time": "2025-02-18T15:37:56+00:00" }, { "name": "laravel/passport", diff --git a/config/firefly.php b/config/firefly.php index c5648cb96c..0d150159a7 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -81,7 +81,7 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2025-02-18', + 'version' => '6.2.7', 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 25,