Browse Source

Remove ownCloud 10.5 upgrade path

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/35471/head
Vincent Petry 3 years ago
parent
commit
48da2a59af
No known key found for this signature in database GPG Key ID: E055D6A4D513575C
  1. 1
      version.php

1
version.php

@ -41,7 +41,6 @@ $OC_VersionCanBeUpgradedFrom = [
'26.0' => true,
],
'owncloud' => [
'10.5' => true,
'10.11' => true,
],
];

Loading…
Cancel
Save