From c96ada053fc9c24b6ee8e1a47e27f5cf21029fc1 Mon Sep 17 00:00:00 2001 From: JC5 Date: Tue, 30 Dec 2025 20:56:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-12-30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Api/V1/Requests/System/UpdateRequest.php | 3 ++- app/Support/Binder/DynamicConfigKey.php | 2 +- config/firefly.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Api/V1/Requests/System/UpdateRequest.php b/app/Api/V1/Requests/System/UpdateRequest.php index 00da8d03bd..ae91a4fe33 100644 --- a/app/Api/V1/Requests/System/UpdateRequest.php +++ b/app/Api/V1/Requests/System/UpdateRequest.php @@ -37,8 +37,9 @@ class UpdateRequest extends FormRequest use ChecksLogin; 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']; + /** * Get all data from the request. */ diff --git a/app/Support/Binder/DynamicConfigKey.php b/app/Support/Binder/DynamicConfigKey.php index aed8a9d06a..42b4db8c9b 100644 --- a/app/Support/Binder/DynamicConfigKey.php +++ b/app/Support/Binder/DynamicConfigKey.php @@ -43,7 +43,7 @@ class DynamicConfigKey 'configuration.enable_external_map', // boolean 'configuration.enable_external_rates', // boolean 'configuration.allow_webhooks', // boolean - 'configuration.valid_url_protocols' // string ("http,https") + 'configuration.valid_url_protocols', // string ("http,https") ]; /** diff --git a/config/firefly.php b/config/firefly.php index 7bf86de769..d8fda62010 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-12-30', - 'build_time' => 1767107843, + 'build_time' => 1767124470, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.