mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #41079 from nextcloud/bugfix/noid/allow-updating-from-27.1
This commit is contained in:
commit
122e799ff5
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ $OC_VersionString = '28.0.0 dev';
|
|||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
'27.0' => true,
|
||||
'27.1' => true,
|
||||
'28.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue