Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
fb97910a34 Merge pull request #10848 from firefly-iii/release-1756787147
🤖 Automatically merge the PR into the develop branch.
2025-09-02 06:25:54 +02:00
JC5
66b4d14129 🤖 Auto commit for release 'develop' on 2025-09-02 2025-09-02 06:25:47 +02:00
James Cole
fd53047dbc Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop 2025-09-02 06:03:17 +02:00
James Cole
5f6fc1bab4 Fix #10846 2025-09-02 06:03:11 +02:00

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-09-01',
'build_time' => 1756752129,
'version' => 'develop/2025-09-02',
'build_time' => 1756787029,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 26,
@@ -232,6 +232,13 @@ return [
'image/png',
'image/heic',
'image/heic-sequence',
'image/webp',
'image/gif',
'image/tiff',
'image/bmp',
'image/x-icon',
'image/vnd.microsoft.icon',
// PDF
'application/pdf',