Skip to content

Commit 9bebba5

Browse files
authored
Merge pull request #13893 from nextcloud/fix/app-info
fix(developer): `nextcloud/max-version` is required since Nextcloud 11
2 parents 00afb41 + be2a985 commit 9bebba5

File tree

1 file changed

+2
-3
lines changed
  • developer_manual/app_development

1 file changed

+2
-3
lines changed

developer_manual/app_development/info.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,9 @@ dependencies/lib
284284
* can contain a **min-version** attribute (maximum 3 digits separated by dots)
285285
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
286286
dependencies/nextcloud
287-
* required on Nextcloud 11 or higher
288-
* if absent white-listed owncloud versions will be taken from the owncloud element (see below)
287+
* required
289288
* must contain a **min-version** attribute (maximum 3 digits separated by dots)
290-
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
289+
* must contain a **max-version** attribute (maximum 3 digits separated by dots)
291290

292291
.. 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.
293292

0 commit comments

Comments
 (0)