We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53e57e commit a112d0bCopy full SHA for a112d0b
nextcloudappstore/core/models.py
@@ -403,7 +403,7 @@ def is_outdated(self):
403
if not release_versions:
404
return True
405
max_release_version = max(map(lambda v: Version(pad_max_inc_version(v)), release_versions))
406
- min_recent_version = Version(pad_min_version("27")) # current Nextcloud version - 2
+ min_recent_version = Version(pad_min_version("30")) # current Nextcloud version - 2
407
return max_release_version < min_recent_version
408
409
def _latest(self, releases):
0 commit comments