diff options
-rw-r--r-- | apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php | 2 | ||||
-rw-r--r-- | config/config.sample.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 93ce18fa8f9..44430b0004e 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin { return; } - $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.3.0'); + $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.7.0'); $maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99'); // Check if the client is a desktop client diff --git a/config/config.sample.php b/config/config.sample.php index ab094c09fb2..f9dd9210336 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2132,9 +2132,9 @@ $CONFIG = [ * client may not function as expected, and could lead to permanent data loss for * clients or other unexpected results. * - * Defaults to ``2.3.0`` + * Defaults to ``2.7.0`` */ -'minimum.supported.desktop.version' => '2.3.0', +'minimum.supported.desktop.version' => '2.7.0', /** * The maximum Nextcloud desktop client version that will be allowed to sync with |