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

Bumping version to 4.0.0-beta1

This commit is contained in:
Hannes Papenberg 2019-10-17 21:58:14 +02:00
parent f96dfdb9a0
commit 7a6c898975
2 changed files with 19 additions and 2 deletions

View File

@ -2,12 +2,12 @@
<extension type="component" version="3.6" method="upgrade">
<name>com_patchtester</name>
<author>Joomla! Project</author>
<creationDate>01-September-2018</creationDate>
<creationDate>17-October-2019</creationDate>
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>https://www.joomla.org</authorUrl>
<version>3.0.0-beta5-dev</version>
<version>4.0.0-beta1</version>
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<install>

View File

@ -34,4 +34,21 @@
</tags>
<targetplatform name="joomla" version="3.([789]|10)" />
</update>
<update>
<name>Patch Tester Component</name>
<description>Joomla! CMS Patch Tester Component</description>
<element>com_patchtester</element>
<type>component</type>
<version>4.0.0-beta1</version>
<client>administrator</client>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.0.0-beta1</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.0.0-beta1/com_patchtester.zip</downloadurl>
</downloads>
<sha384>5babce7594fcdd510f7366bac8d62d041b07478a8865bd5478977fe293271a8586aa442947d0a8c3344fd76013e306d0</sha384>
<tags>
<tag>beta</tag>
</tags>
<targetplatform name="joomla" version="4.[0123]" />
</update>
</updates>