Merge pull request #41079 from nextcloud/bugfix/noid/allow-updating-from-27.1

This commit is contained in:
Simon L 2023-10-24 10:28:05 +02:00 committed by GitHub
commit 122e799ff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ $OC_VersionString = '28.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'27.0' => true,
'27.1' => true,
'28.0' => true,
],
'owncloud' => [