forked from Llewellynvdm/Joomla-Hello-World-Component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helloworld_updateserver.xml
36 lines (36 loc) · 1.13 KB
/
helloworld_updateserver.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<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://git.vdm.dev/joomla/Hello-World-Component/archive/v1.0.1.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Llewellyn</maintainer>
<maintainerurl>https://www.vdm.io</maintainerurl>
<targetplatform name="joomla" version="3.*"/>
</update>
<update>
<name>Hello World</name>
<description>Hello World</description>
<element>com_hello_world</element>
<type>component</type>
<version>1.1.0</version>
<infourl title="Hello World!">https://www.vdm.io</infourl>
<downloads>
<downloadurl type="full" format="zip">https://git.vdm.dev/joomla/Hello-World-Component/archive/v1.1.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Llewellyn</maintainer>
<maintainerurl>https://www.vdm.io</maintainerurl>
<targetplatform name="joomla" version="3.*"/>
</update>
</updates>