mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
Merge pull request #123 from andrepereiradasilva/update-server
Adds Update server
This commit is contained in:
commit
87a46904aa
@ -49,4 +49,7 @@
|
||||
<filename>patchtester.php</filename>
|
||||
</files>
|
||||
</administration>
|
||||
<updateservers>
|
||||
<server type="extension" name="Patch Tester Component">https://raw.githubusercontent.com/joomla-extensions/patchtester/master/manifest.xml</server>
|
||||
</updateservers>
|
||||
</extension>
|
||||
|
19
manifest.xml
Normal file
19
manifest.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<name>Patch Tester Component</name>
|
||||
<description>Joomla! CMS Patch Tester Component</description>
|
||||
<element>com_patchtester</element>
|
||||
<type>component</type>
|
||||
<version>2.0.0</version>
|
||||
<client>administrator</client>
|
||||
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/2.0.0</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/2.0.0/com_patchtester.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
</tags>
|
||||
<targetplatform name="joomla" version="3.[56789]" />
|
||||
</update>
|
||||
</updates>
|
Loading…
Reference in New Issue
Block a user