mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Merge pull request #11423 from firefly-iii/release-1767124577
🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
@@ -37,8 +37,9 @@ class UpdateRequest extends FormRequest
|
|||||||
use ChecksLogin;
|
use ChecksLogin;
|
||||||
use ConvertsDataTypes;
|
use ConvertsDataTypes;
|
||||||
|
|
||||||
private array $booleans = ['configuration.is_demo_site', 'configuration.single_user_mode', 'configuration.enable_exchange_rates', 'configuration.use_running_balance', 'configuration.enable_external_map', 'configuration.enable_external_rates', 'configuration.allow_webhooks',];
|
private array $booleans = ['configuration.is_demo_site', 'configuration.single_user_mode', 'configuration.enable_exchange_rates', 'configuration.use_running_balance', 'configuration.enable_external_map', 'configuration.enable_external_rates', 'configuration.allow_webhooks'];
|
||||||
private array $integers = ['configuration.permission_update_check', 'configuration.last_update_check'];
|
private array $integers = ['configuration.permission_update_check', 'configuration.last_update_check'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get all data from the request.
|
* Get all data from the request.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class DynamicConfigKey
|
|||||||
'configuration.enable_external_map', // boolean
|
'configuration.enable_external_map', // boolean
|
||||||
'configuration.enable_external_rates', // boolean
|
'configuration.enable_external_rates', // boolean
|
||||||
'configuration.allow_webhooks', // boolean
|
'configuration.allow_webhooks', // boolean
|
||||||
'configuration.valid_url_protocols' // string ("http,https")
|
'configuration.valid_url_protocols', // string ("http,https")
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ return [
|
|||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => 'develop/2025-12-30',
|
'version' => 'develop/2025-12-30',
|
||||||
'build_time' => 1767107843,
|
'build_time' => 1767124470,
|
||||||
'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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user