Skip to content

Commit 239c8cc

Browse files
authored
Merge pull request #59463 from nextcloud/automated/noid/update-min-supported-desktop-version
chore: Update minimum supported desktop version to 3.1.83
2 parents 1ed4f74 + c5e3677 commit 239c8cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

52-
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.81');
52+
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.83');
5353
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
5454

5555
// 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
@@ -2404,9 +2404,9 @@
24042404
* Changing this may cause older, unsupported clients to malfunction, potentially
24052405
* leading to data loss or unexpected behavior.
24062406
*
2407-
* Defaults to ``3.1.81``
2407+
* Defaults to ``3.1.83``
24082408
*/
2409-
'minimum.supported.desktop.version' => '3.1.81',
2409+
'minimum.supported.desktop.version' => '3.1.83',
24102410

24112411
/**
24122412
* Specify the maximum Nextcloud desktop client version allowed to sync with this

0 commit comments

Comments
 (0)