mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	🤖 Auto commit for release 'develop' on 2025-08-09
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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, | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user