Skip to content

Commit 2e83296

Browse files
authored
Merge pull request #62774 from nextcloud/automated/noid/update-min-supported-desktop-version
chore: Update minimum supported desktop version to 3.3.50
2 parents c94ec91 + 51b836e commit 2e83296

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function beforeHandler(RequestInterface $request) {
5151
return;
5252
}
5353

54-
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.2.82');
54+
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.3.50');
5555
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
5656

5757
// Check if the client is a desktop client

config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,9 +2511,9 @@
25112511
* Changing this may cause older, unsupported clients to malfunction, potentially
25122512
* leading to data loss or unexpected behavior.
25132513
*
2514-
* Defaults to ``3.2.82``
2514+
* Defaults to ``3.3.50``
25152515
*/
2516-
'minimum.supported.desktop.version' => '3.2.82',
2516+
'minimum.supported.desktop.version' => '3.3.50',
25172517

25182518
/**
25192519
* Specify the maximum Nextcloud desktop client version allowed to sync with this

0 commit comments

Comments
 (0)