From ab1f03705526cf5218a2da80113c83dc9b1dfabe Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 19 Jan 2026 03:10:03 +0000 Subject: [PATCH] chore(administration): Generate system config documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 73d8e95c4..f828eed50 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -3622,7 +3622,7 @@ minimum.supported.desktop.version :: - 'minimum.supported.desktop.version' => '3.0.82', + 'minimum.supported.desktop.version' => '3.1.50', Specify the minimum Nextcloud desktop client version allowed to sync with this server. Connections from earlier clients will be denied. Defaults to the @@ -3631,7 +3631,7 @@ minimum officially supported version at the time of this server release. Changing this may cause older, unsupported clients to malfunction, potentially leading to data loss or unexpected behavior. -Defaults to ``3.0.82`` +Defaults to ``3.1.50`` maximum.supported.desktop.version ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^