Merge pull request #11110 from firefly-iii/release-1761467960

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-10-26 09:39:29 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ class DebugController extends Controller
return [
'php_version' => PHP_VERSION,
'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'),
'uname' => php_uname('m'),
'interface' => PHP_SAPI,

View File

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

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