-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathmanifest.xml
More file actions
19 lines (19 loc) · 921 Bytes
/
manifest.xml
File metadata and controls
19 lines (19 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
<version>3.0.0</version>
<client>administrator</client>
<infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/3.0.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/refs/tags/3.0.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="5\.[01234]|6\.[0123456]" />
</update>
</updates>