Update XML with content like
I had a bug in my update.xml that's true, but anyway the behaviour is a bug in my eyes.
<updates>
<update>
<name>XXX</name>
<element>com_xxx</element>
<type>component</type>
<version>3.1.0</version>
<downloads>
<downloadurl type="full" format="zip"></downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="3.[6789]" />
<php_minimum>5.6</php_minimum>
</update>
<update>
<name>XXX</name>
<element>com_xxx</element>
<type>package</type>
<version>3.0.0</version>
<downloads>
<downloadurl type="full" format="zip"></downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="3.[6789]" />
<php_minimum>5.6</php_minimum>
</update>
</updates>
the joomla update database table shows a update with with version 3.1.0 and type compnent
the joomla update database table shows a update with with version 3.1.0 and type package
Joomla 3.6.16
PHP 7.3.6
Labels |
Added:
?
|
The extension added the update server as component.
So I would expect that the newest update appear as update independent to the previous entry in the XML.
I tested with 5 entries and the 3 oldest are ignored as expected, even if they were added wrong to the XML.
can you share an example component with the exact settings / xml you used. Would be interesting to debug and see what happend there.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-04-22 16:50:53 |
Closed_By | ⇒ | svanschu |
Feel free to repopen when this comes up again and ping me so we can take a look :)
is the actual extension that added the update server from type component or package?