@@ -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)
346346dependencies/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)
351351dependencies/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
361359background-jobs/job
362360 * optional
0 commit comments