Merge pull request #35471 from nextcloud/allow-update-from-oc-10.11

Allow upgrading from ownCloud 10.11
This commit is contained in:
Vincent Petry 2022-11-29 09:40:48 +01:00 committed by GitHub
commit a1838d2918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [
'26.0' => true,
],
'owncloud' => [
'10.5' => true,
'10.11' => true,
],
];