Allow upgrades from ownCloud 10.0.8
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
ecef73b273
commit
cd303d8f05
|
@ -45,6 +45,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
||||||
'10.0.5.4' => true,
|
'10.0.5.4' => true,
|
||||||
'10.0.6.1' => true,
|
'10.0.6.1' => true,
|
||||||
'10.0.7.2' => true,
|
'10.0.7.2' => true,
|
||||||
|
'10.0.8.5' => true,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue