Skip to content

Commit 4354bc5

Browse files
authored
Merge pull request #62333 from nextcloud/automated/noid/update-min-supported-desktop-version
chore: Update minimum supported desktop version to 3.2.81
2 parents cb249a4 + c3b94e7 commit 4354bc5

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.50');
54+
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.2.81');
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.50``
2514+
* Defaults to ``3.2.81``
25152515
*/
2516-
'minimum.supported.desktop.version' => '3.2.50',
2516+
'minimum.supported.desktop.version' => '3.2.81',
25172517

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

0 commit comments

Comments
 (0)