mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #35471 from nextcloud/allow-update-from-oc-10.11
Allow upgrading from ownCloud 10.11
This commit is contained in:
commit
a1838d2918
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
'26.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
'10.5' => true,
|
||||
'10.11' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue