chore: Update minimum supported desktop version

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
nextcloud-command 2026-04-13 00:50:16 +00:00 committed by GitHub
parent 0b7121627c
commit d101e4e796
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
return;
}
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.83');
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.2.50');
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
// Check if the client is a desktop client

View file

@ -2404,9 +2404,9 @@ $CONFIG = [
* Changing this may cause older, unsupported clients to malfunction, potentially
* leading to data loss or unexpected behavior.
*
* Defaults to ``3.1.83``
* Defaults to ``3.2.50``
*/
'minimum.supported.desktop.version' => '3.1.83',
'minimum.supported.desktop.version' => '3.2.50',
/**
* Specify the maximum Nextcloud desktop client version allowed to sync with this