-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.xml
39 lines (39 loc) · 1.41 KB
/
manifest.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
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Jobs Component</name>
<description>Joomla! CMS Jobs Component</description>
<element>com_jobs</element>
<type>component</type>
<version>0.0.1</version>
<client>administrator</client>
<infourl title="Jobs Component">https://github.com/alikon/testcom/releases/tag/0.0.1</infourl>
<changelogurl>https://raw.githubusercontent.com/alikon/testcom/main/changelog.xml</changelogurl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/alikon/testcom/releases/download/0.0.1/com_jobs.zip</downloadurl>
</downloads>
<sha384>todo</sha384>
<tags>
<tag>alpha</tag>
</tags>
<targetplatform name="joomla" version="4.[0123]" />
</update>
<update>
<name>Jobs Component</name>
<description>Joomla! CMS Jobs Component</description>
<element>com_jobs</element>
<type>component</type>
<version>0.0.2</version>
<client>administrator</client>
<infourl title="Jobs Component">https://github.com/alikon/testcom/releases/tag/0.0.1</infourl>
<changelogurl>https://raw.githubusercontent.com/alikon/testcom/main/changelog.xml</changelogurl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/alikon/testcom/releases/download/0.0.1/com_jobs.zip</downloadurl>
</downloads>
<sha384>todo</sha384>
<tags>
<tag>alpha</tag>
</tags>
<targetplatform name="joomla" version="4.[0123]" />
</update>
</updates>