Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[stable27] allow to upgrade from 26.0.x to 27.1.x directly
Signed-off-by: Simon L <[email protected]>

Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen authored Aug 18, 2023
commit e9c15980fbdb37afa63e8063ac57f9d590380eb9
1 change: 1 addition & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'26.0' => true,
'27.0' => true,
'27.1' => true,
],
Expand Down