-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require to use at least desktop client 2.0 by default #1913
Conversation
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rullzer, @LukasReschke and @carlaschroder to be potential reviewers. |
@@ -68,7 +68,7 @@ public function beforeHandler(RequestInterface $request) { | |||
return; | |||
} | |||
|
|||
$minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '1.7.0'); | |||
$minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '2.0.0'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw sure we can allow people to require more up to date versions.
But should we have 2.0.0 as a minimum as well, so when someone copied sample.config.php he now still requires 2.0.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as we have no pacakges for all platforms lets just keep this as is :)
👍 |
LGTM |
cc @LukasReschke @nickvergessen @rullzer @karlitschek