🤖 Auto commit for release 'develop' on 2025-10-26

This commit is contained in:
JC5
2025-10-26 09:39:20 +01:00
parent 61390e67f6
commit 0a9715b8c1
3 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ class DebugController extends Controller
return [ return [
'php_version' => PHP_VERSION, 'php_version' => PHP_VERSION,
'php_os' => PHP_OS, 'php_os' => PHP_OS,
'build_time' => config('firefly.build_time'), 'build_time' => config('firefly.build_time'),
'build_time_nice' => Carbon::parse(config('firefly.build_time'), 'Europe/Amsterdam')->setTimezone('Europe/Amsterdam')->format('Y-m-d H:i:s e'), 'build_time_nice' => Carbon::parse(config('firefly.build_time'), 'Europe/Amsterdam')->setTimezone('Europe/Amsterdam')->format('Y-m-d H:i:s e'),
'uname' => php_uname('m'), 'uname' => php_uname('m'),
'interface' => PHP_SAPI, 'interface' => PHP_SAPI,

View File

@@ -78,8 +78,8 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false), 'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2025-10-25', 'version' => 'develop/2025-10-26',
'build_time' => 1761395572, 'build_time' => 1761467848,
'api_version' => '2.1.0', // field is no longer used. 'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used. 'db_version' => 28, // field is no longer used.

0
public/v1/js/.gitkeep Executable file → Normal file
View File