31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-05 23:10:48 +00:00

Merge branch 'master' of github.com:joomla-extensions/patchtester

This commit is contained in:
Michael Babker 2016-03-27 14:57:22 -04:00
commit 18162dc6cf
2 changed files with 22 additions and 0 deletions

View File

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