mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #8544 from nextcloud/allow-oc-upgrading
[stable12] Allow upgrading from OC 10.0.6 & 10.0.7
This commit is contained in:
commit
710d1bba24
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
'10.0.2.1' => true,
|
||||
'10.0.3.3' => true,
|
||||
'10.0.4.4' => true,
|
||||
'10.0.5' => true, // TODO adjust to 4 digits once it is final
|
||||
'10.0.5.4' => true,
|
||||
'10.0.6.1' => true,
|
||||
'10.0.7.2' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue