From 5a2f6b2652099c15734ab63f16bcc8e9d26024b4 Mon Sep 17 00:00:00 2001 From: JC5 Date: Sat, 9 Aug 2025 20:15:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-08-09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/Http/Controllers/PeriodOverview.php | 10 +++++----- changelog.md | 4 ++-- config/firefly.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/Support/Http/Controllers/PeriodOverview.php b/app/Support/Http/Controllers/PeriodOverview.php index 19c8b61814..32e0a4b990 100644 --- a/app/Support/Http/Controllers/PeriodOverview.php +++ b/app/Support/Http/Controllers/PeriodOverview.php @@ -98,10 +98,10 @@ trait PeriodOverview /** @var array $dates */ $dates = Navigation::blockPeriods($start, $end, $range); $entries = []; -// $spent = []; -// $earned = []; -// $transferredAway = []; -// $transferredIn = []; + // $spent = []; + // $earned = []; + // $transferredAway = []; + // $transferredIn = []; // run a custom query because doing this with the collector is MEGA slow. $transactions = $this->accountRepository->periodCollection($account, $start, $end); @@ -168,7 +168,7 @@ trait PeriodOverview * @var array $item */ foreach ($transactions as $index => $item) { - $date = Carbon::parse($item['date']); + $date = Carbon::parse($item['date']); if ($date >= $start && $date <= $end) { if ('away' === $direction && -1 === bccomp((string)$item['amount'], '0')) { $result[] = $item; diff --git a/changelog.md b/changelog.md index 2afff37694..c7e1f28467 100644 --- a/changelog.md +++ b/changelog.md @@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - All v2 endpoints. ### Fixed -- #9849 +- [Issue 9849](https://github.com/firefly-iii/firefly-iii/issues/9849) ("Display native amounts" not taken into account in report's pie charts) reported by @polter-rnd - [Issue 10565](https://github.com/firefly-iii/firefly-iii/issues/10565) (Unable to delete reconciliation transaction) reported by @berta24 - [Issue 10600](https://github.com/firefly-iii/firefly-iii/issues/10600) (Show attachmen iccon when listing tranactions) reported by @JcMinarro - [Discussion 10618](https://github.com/orgs/firefly-iii/discussions/10618) (Starting balance includes transactions that occur at 00:00 on the 1st of month) started by @jteez @@ -35,7 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 10687](https://github.com/firefly-iii/firefly-iii/issues/10687) (Creating new Piggy Bank via API fails (Unexpected empty currency)) reported by @Madnex - [Issue 10700](https://github.com/firefly-iii/firefly-iii/issues/10700) (Setting financial year date is inconsistent due to timezone calculations) reported by @AgeManning - [Issue 10702](https://github.com/firefly-iii/firefly-iii/issues/10702) (Wrong order of months in category report) reported by @kapuett -- #10703 +- [Issue 10703](https://github.com/firefly-iii/firefly-iii/issues/10703) (Fire more than 5 webhooks in batch or through the cron job, and document it.) reported by @JC5 - [Issue 10704](https://github.com/firefly-iii/firefly-iii/issues/10704) (Some triggers with rule automation seems to have an issue) reported by @Alienlog - [Issue 10706](https://github.com/firefly-iii/firefly-iii/issues/10706) (Add KRW in Default Currency List) reported by @readingsnail - [Issue 10708](https://github.com/firefly-iii/firefly-iii/issues/10708) (Incomplete display of a rule when a trigger negates "description caontains") reported by @dethegeek diff --git a/config/firefly.php b/config/firefly.php index b19f10c004..03b42074a0 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-08-09', - 'build_time' => 1754750540, + 'build_time' => 1754763222, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,