Merge pull request #10737 from firefly-iii/release-1754766186

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-08-09 21:03:19 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ trait PeriodOverview
$cache->addProperty($account->id);
if ($cache->has()) {
Log::debug('Return CACHED in getAccountPeriodOverview()');
return $cache->get();
}

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2025-08-09',
'build_time' => 1754764037,
'build_time' => 1754766074,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 26,