Adds update server

This commit is contained in:
Llewellyn van der Merwe 2022-06-02 17:05:46 +02:00
parent da9f948c42
commit aff288e47c
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
3 changed files with 22 additions and 1 deletions

View File

@ -1 +0,0 @@

View File

@ -104,4 +104,7 @@
</languages>
</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>

View 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>