Skip to content

Commit 91cfd7a

Browse files
Merge pull request #58964 from nextcloud/automated/noid/-update-min-supported-desktop-version
chore: Update minimum supported desktop version to 3.1.81
2 parents b865115 + bb4c9ec commit 91cfd7a

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
@@ -49,7 +49,7 @@ public function beforeHandler(RequestInterface $request) {
4949
return;
5050
}
5151

52-
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.50');
52+
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.81');
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
@@ -2403,9 +2403,9 @@
24032403
* Changing this may cause older, unsupported clients to malfunction, potentially
24042404
* leading to data loss or unexpected behavior.
24052405
*
2406-
* Defaults to ``3.1.50``
2406+
* Defaults to ``3.1.81``
24072407
*/
2408-
'minimum.supported.desktop.version' => '3.1.50',
2408+
'minimum.supported.desktop.version' => '3.1.81',
24092409

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

0 commit comments

Comments
 (0)