From 5cb62934c1c128db06a66c8591b1c3fcd608ee24 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 1 Aug 2016 08:34:48 +0200 Subject: [PATCH] Add a note how to check for nextcloud version --- developer_manual/app/info.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index 5149f762d..fcca2a52c 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -177,7 +177,14 @@ Defines the required target operating system the app can run on. Valid values ar owncloud ======== -**Required**: Defines minimum and maximum versions of the Nextcloud core. In case undefined the values will be taken from the tag 'requiremin'. +**Required**: Defines minimum and maximum versions of the Nextcloud core. In case undefined the values will be taken from the tag `requiremin`_. + +.. note:: Currently this tag is also used to check for the nextcloud version number. + Thereby the following "translation" is made: + + * ownCloud 9.0 matches Nextcloud 9 + * ownCloud 9.1 matches Nextcloud 10 + * ownCloud 9.2 matches Nextcloud 11 Deprecated