31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-04 14:30:48 +00:00

Stable version 2.4.0 which is Joomla 4 ready.

This commit is contained in:
Llewellyn van der Merwe 2021-08-28 21:53:39 +02:00
parent 7ffbe86463
commit c9e3cc1a62
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
2 changed files with 27 additions and 8 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.9" method="upgrade"> <extension type="component" version="4.0" method="upgrade">
<name>COM_JEDCHECKER</name> <name>COM_JEDCHECKER</name>
<author>Joomla! Extensions Directory</author> <author>Joomla! Extensions Directory</author>
<creationDate>2020-08-22</creationDate> <creationDate>2020-08-22</creationDate>
<copyright>Copyright (C) 2017 - 2020 Open Source Matters, Inc. All rights reserved.</copyright> <copyright>Copyright (C) 2017 - 2021 Open Source Matters, Inc. All rights reserved.</copyright>
<authorEmail>extensions@extensions.joomla.org</authorEmail> <authorEmail>extensions@extensions.joomla.org</authorEmail>
<authorUrl>https://github.com/joomla-extensions/jedchecker</authorUrl> <authorUrl>https://github.com/joomla-extensions/jedchecker</authorUrl>
<version>2.3.0</version> <version>2.4.0</version>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<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><![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> </description>

View File

@ -5,12 +5,31 @@
<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> <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> <element>com_jedchecker</element>
<type>component</type> <type>component</type>
<version>2.3.0</version> <version>2.4.0</version>
<client>site</client> <client>administrator</client>
<infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/2.3.0</infourl> <infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/2.4.0</infourl>
<downloads> <downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/2.3.0.zip</downloadurl> <downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/refs/tags/2.4.0.zip</downloadurl>
</downloads> </downloads>
<targetplatform name="joomla" version="3.[6789]" /> <tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="3.([789]|10)" />
</update>
<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>2.4.0</version>
<client>administrator</client>
<infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/2.4.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/refs/tags/2.4.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="4.[0123]" />
</update> </update>
</updates> </updates>