Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-10-04 10:28:17 +0300
committerGitHub <noreply@github.com>2018-10-04 10:28:17 +0300
commit118e86f3ce3f73da59a4ce11234bd0c4f94ab625 (patch)
tree87d03b7b4ba7e8e1f09b9bc164b736e4ad03b062
parent325006368cf2c99987ce95117b048dc1e2b1e387 (diff)
parent61fe457a8cdbebdab90c3f5efdbe0b0a798179c3 (diff)
Merge pull request #11601 from nextcloud/migration/noid/whitelist-10.0.9-and-10.0.10
[stable12] Add future releases to be migrated from
-rw-r--r--version.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/version.php b/version.php
index b2c2b04d19c..cf69f07b035 100644
--- a/version.php
+++ b/version.php
@@ -46,6 +46,15 @@ $OC_VersionCanBeUpgradedFrom = [
'10.0.6.1' => true,
'10.0.7.2' => true,
'10.0.8.5' => true,
+ '10.0.9.5' => true,
+ '10.0.10.4' => true,
+ '10.0.11' => true, // TODO adjust to 4 digits once it is final
+ '10.0.12' => true, // TODO adjust to 4 digits once it is final
+ '10.0.13' => true, // TODO adjust to 4 digits once it is final
+ '10.0.14' => true, // TODO adjust to 4 digits once it is final
+ '10.0.15' => true, // TODO adjust to 4 digits once it is final
+ '10.0.16' => true, // TODO adjust to 4 digits once it is final
+ '10.0.17' => true, // TODO adjust to 4 digits once it is final
],
];