Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add information about owncloud tag translation
  • Loading branch information
Bernhard Posselt committed Aug 3, 2016
commit 0830816d334c23609a597e4dd51df30697716b69
10 changes: 9 additions & 1 deletion docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,15 @@ dependencies/nextcloud
* 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)

dependencies/owncloud
* optional
* used for app migration period
* must contain a **min-version** attribute (**9.0**, **9.1** or **9.2**)
* can contain a **max-version** attribute (**9.0**, **9.1** or **9.2**)
* will be ignored if a **nextcloud** tag exists
* 9.0 will be translated to Nextcloud 9
* 9.1 will be translated to Nextcloud 10
* 9.2 will be translated to Nextcloud 11

The following character maximum lengths are enforced:

Expand Down