Allow upgrading from OC 10.0.6 & 10.0.7

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-02-26 16:43:33 +01:00
parent ee010687ea
commit bf2fb8f23b
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ $OC_VersionCanBeUpgradedFrom = [
'10.0.2.1' => true,
'10.0.3.3' => true,
'10.0.4.4' => true,
'10.0.5' => true, // TODO adjust to 4 digits once it is final
'10.0.5.4' => true,
'10.0.6.1' => true,
'10.0.7.2' => true,
],
];