Merge pull request #25468 from nextcloud/fix/nextcloud-upgrade-22

Allow upgrades in Nextcloud 22 / Disallow upgrade from 20
This commit is contained in:
Joas Schilling 2021-02-03 21:34:52 +01:00 committed by GitHub
commit a7cf6dbdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,8 +37,8 @@ $OC_VersionString = '22.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'20.0' => true,
'21.0' => true,
'22.0' => true,
],
'owncloud' => [
'10.5' => true,