Skip to content

Commit ad6b0c5

Browse files
authored
Merge pull request #376 from nextcloud/dep-tag-remove
Remove Legacy Dependency-Tag information from Docs
2 parents bb2e165 + 686f6cd commit ad6b0c5

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/developer.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ A minimum valid **info.xml** would look like this:
150150
<author>Bernhard Posselt</author>
151151
<category>multimedia</category>
152152
<dependencies>
153-
<!-- owncloud tag is required on Nextcloud 9, 10 and 11 -->
153+
<!-- owncloud tag is required on Nextcloud 9 and 10 -->
154154
<owncloud min-version="9.1"/>
155155
<nextcloud min-version="10"/>
156156
</dependencies>
@@ -197,7 +197,7 @@ A full blown example would look like this (needs to be utf-8 encoded):
197197
<lib>curl</lib>
198198
<lib>SimpleXML</lib>
199199
<lib>iconv</lib>
200-
<!-- owncloud tag is required on Nextcloud 9, 10 and 11 -->
200+
<!-- owncloud tag is required on Nextcloud 9 and 10 -->
201201
<owncloud min-version="9.0" max-version="9.1"/>
202202
<nextcloud min-version="9" max-version="10"/>
203203
</dependencies>
@@ -344,19 +344,17 @@ dependencies/lib
344344
* can contain a **min-version** attribute (maximum 3 digits separated by dots)
345345
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
346346
dependencies/nextcloud
347-
* required on Nextcloud 12 or higher
347+
* required on Nextcloud 11 or higher
348348
* if absent white-listed owncloud versions will be taken from the owncloud element (see below)
349349
* must contain a **min-version** attribute (maximum 3 digits separated by dots)
350350
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
351351
dependencies/owncloud
352352
* optional
353-
* used for app migration period (Nextcloud 9, 10 and 11)
354-
* must contain a **min-version** attribute (**9.0**, **9.1** or **9.2**)
355-
* can contain a **max-version** attribute (**9.0**, **9.1** or **9.2**)
356-
* will be ignored if a **nextcloud** tag exists
353+
* used for app migration period (Nextcloud 9 and 10)
354+
* must contain a **min-version** attribute (**9.0** or **9.1**)
355+
* can contain a **max-version** attribute (**9.0** or **9.1**)
357356
* 9.0 will be migrated to Nextcloud 9
358357
* 9.1 will be migrated to Nextcloud 10
359-
* 9.2 will be migrated to Nextcloud 11
360358
* All other versions will be ignored
361359
background-jobs/job
362360
* optional

0 commit comments

Comments
 (0)