mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
fix(developer): nextcloud/max-version is required since Nextcloud 11
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
committed by
backportbot[bot]
parent
8ebb713056
commit
22a09346b9
@@ -284,10 +284,9 @@ dependencies/lib
|
||||
* can contain a **min-version** attribute (maximum 3 digits separated by dots)
|
||||
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
|
||||
dependencies/nextcloud
|
||||
* required on Nextcloud 11 or higher
|
||||
* if absent white-listed owncloud versions will be taken from the owncloud element (see below)
|
||||
* required
|
||||
* must contain a **min-version** attribute (maximum 3 digits separated by dots)
|
||||
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
|
||||
* must contain a **max-version** attribute (maximum 3 digits separated by dots)
|
||||
|
||||
.. note:: Dependencies `dependencies/php`, `dependencies/database` and `dependencies/lib` are checked at installation time (not on update time), hence applications need to stick to the dependencies supported by a major version of Nextcloud the moment an app releases support for that version, i.e. app needs to support the same PHP version-range the supported Nextcloud version supports.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user