Merge pull request #9493 from nextcloud/upgrade-from-oc-10.0.8

Allow upgrades from ownCloud 10.0.8
This commit is contained in:
Roeland Jago Douma 2018-05-23 20:30:52 +02:00 committed by GitHub
commit 71bee1b3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ $OC_VersionCanBeUpgradedFrom = [
'10.0.5.4' => true,
'10.0.6.1' => true,
'10.0.7.2' => true,
'10.0.8.5' => true,
],
];