Adds update server
This commit is contained in:
parent
da9f948c42
commit
aff288e47c
@ -1 +0,0 @@
|
|||||||
|
|
@ -104,4 +104,7 @@
|
|||||||
</languages>
|
</languages>
|
||||||
|
|
||||||
</administration>
|
</administration>
|
||||||
|
<updateservers>
|
||||||
|
<server type="extension" enabled="1" element="com_extensiondistributor" name="Extension Distributor">https://git.vdm.dev/agerix/com_extensiondistributor/raw/branch/master/updateserver_extensiondistributor.xml</server>
|
||||||
|
</updateservers>
|
||||||
</extension>
|
</extension>
|
19
updateserver_extensiondistributor.xml
Normal file
19
updateserver_extensiondistributor.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<updates>
|
||||||
|
<update>
|
||||||
|
<name>Extension Distributor</name>
|
||||||
|
<description>This component allows you to manage releases of your Joomla! extensions.</description>
|
||||||
|
<element>com_extensiondistributor</element>
|
||||||
|
<type>component</type>
|
||||||
|
<version>1.0.7</version>
|
||||||
|
<infourl title="Extension Distributor!">https://agerix.fr</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/agerix/com_extensiondistributor/archive/v1.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Emmanuel Danan</maintainer>
|
||||||
|
<maintainerurl>https://agerix.fr</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="3.*"/>
|
||||||
|
</update>
|
||||||
|
</updates>
|
Loading…
Reference in New Issue
Block a user