Update version.php to owncloud 10.13

ownCloud's current version is 10.13
migration was tested with a customer; 
documentation was adjusted
https://github.com/nextcloud/documentation/pull/11225

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2023-10-19 14:37:05 +02:00 committed by GitHub
parent 049804d02f
commit 4218d6ee43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [
'28.0' => true,
],
'owncloud' => [
'10.11' => true,
'10.13' => true,
],
];