31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-12 01:42:20 +00:00
jedchecker/manifest.xml

17 lines
826 B
XML
Raw Normal View History

2019-03-09 19:44:14 +00:00
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>JED Checker Extension</name>
<description><![CDATA[JED Checker will check your extension files and will let you know in advance if there are any possible problems with your extension for submitting to the JED]]></description>
<element>com_jedchecker</element>
<type>component</type>
2019-03-10 16:14:27 +00:00
<version>2.1.2</version>
2019-03-09 19:44:14 +00:00
<client>site</client>
2019-03-10 16:14:27 +00:00
<infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/2.1.2</infourl>
2019-03-09 19:44:14 +00:00
<downloads>
2019-03-10 16:14:27 +00:00
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/2.1.2.zip</downloadurl>
2019-03-09 19:44:14 +00:00
</downloads>
<targetplatform name="joomla" version="3.[6789]" />
</update>
2019-03-10 09:18:14 +00:00
</updates>