fix(update): Allow updating from 27.1 to 28

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-10-24 09:29:12 +02:00
parent 13a8a1793c
commit 7f9aec1e8c
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
1 changed files with 1 additions and 0 deletions

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' => [