Hello-World-Component/helloworld_updateserver.xml

19 lines
600 B
XML

<updates>
<update>
<name>Hello World</name>
<description>Hello World</description>
<element>com_hello_world</element>
<type>component</type>
<version>1.0.1</version>
<infourl title="Hello World!">https://www.vdm.io</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/Llewellynvdm/Joomla-Hello-World-Component/archive/master.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Llewellyn</maintainer>
<maintainerurl>https://www.vdm.io</maintainerurl>
<targetplatform name="joomla" version="3.*"/>
</update>
</updates>