mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
[stable27] allow to upgrade from 26.0.x to 27.1.x directly
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7901a7059f
commit
e9c15980fb
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ $OC_VersionString = '27.1.0 beta 2';
|
|||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
'26.0' => true,
|
||||
'27.0' => true,
|
||||
'27.1' => true,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue