🤖 Auto commit for release 'develop' on 2025-08-09

This commit is contained in:
JC5
2025-08-09 21:03:06 +02:00
parent da6b447e64
commit 7db38b4c6c
2 changed files with 2 additions and 1 deletions

View File

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

View File

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