Do not allow upgrade from Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
6e445aaaf3
commit
aefcc03b78
|
@ -37,7 +37,6 @@ $OC_VersionString = '22.0.0 alpha';
|
||||||
|
|
||||||
$OC_VersionCanBeUpgradedFrom = [
|
$OC_VersionCanBeUpgradedFrom = [
|
||||||
'nextcloud' => [
|
'nextcloud' => [
|
||||||
'20.0' => true,
|
|
||||||
'21.0' => true,
|
'21.0' => true,
|
||||||
'22.0' => true,
|
'22.0' => true,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue