]> source.dussan.org Git - nextcloud-server.git/commitdiff
[stable27] allow to upgrade from 26.0.x to 27.1.x directly 39952/head
authorSimon L <szaimen@e.mail.de>
Fri, 18 Aug 2023 07:34:15 +0000 (09:34 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2023 07:34:15 +0000 (09:34 +0200)
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
version.php

index 0aa754fc71c3f83c3a6d672aa3fa45880a4231df..21136f146b09491bd109dc1c64f1d14a0c6147a0 100644 (file)
@@ -37,6 +37,7 @@ $OC_VersionString = '27.1.0 beta 2';
 
 $OC_VersionCanBeUpgradedFrom = [
        'nextcloud' => [
+               '26.0' => true,
                '27.0' => true,
                '27.1' => true,
        ],