-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupdates.xml
23 lines (23 loc) · 944 Bytes
/
updates.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<updates>
<update>
<name>GreenCape Extension Export</name>
<description>Extends Joomla's Extension Manager with extension export functionality.</description>
<element>extensionexport</element>
<type>plugin</type>
<folder>system</folder>
<client>1</client>
<version>1.0.0</version>
<infourl title="GreenCape Extension Export">https://github.com/GreenCape/extension-export/blob/1.0.0/README.md</infourl>
<downloads>
<downloadurl type="full" format="zip">
https://github.com/GreenCape/extension-export/archive/1.0.0.zip
</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Niels Braczek</maintainer>
<maintainerurl>https://github.com/GreenCape/extension-export</maintainerurl>
<targetplatform name="joomla" version="3.[89]"/>
</update>
</updates>