Prepare 4.3.0 release

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2023-08-25 22:18:54 +02:00
parent 321f60eaee
commit 8e9d4cb0ff
No known key found for this signature in database
GPG Key ID: 6D30CD38749A5B9E
3 changed files with 9 additions and 9 deletions

View File

@ -2,12 +2,12 @@
<extension type="component" method="upgrade">
<name>com_patchtester</name>
<author>Joomla! Project</author>
<creationDate>2023-08-03</creationDate>
<creationDate>2023-08-25</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>4.2.2</version>
<version>4.3.0</version>
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Component\Patchtester</namespace>
<scriptfile>script.php</scriptfile>

View File

@ -5,9 +5,9 @@ rm -rf build/packages && mkdir build/packages
composer install --no-dev -o
cp -r administrator build/packaging/administrator
cp -r media/com_patchtester build/packaging/media
rm -rf build/packaging/admin/backups/*.txt
mv build/packaging/administrator/patchtester.xml build/packaging/patchtester.xml
mv build/packaging/administrator/script.php build/packaging/script.php
rm -rf build/packaging/administrator/backups/*.txt
mv build/packaging/administrator/components/com_patchtester/patchtester.xml build/packaging/patchtester.xml
mv build/packaging/administrator/components/com_patchtester/script.php build/packaging/script.php
cd build/packaging
tar jcf ../packages/com_patchtester_"$1".tar.bz2 .
tar zcf ../packages/com_patchtester_"$1".tar.gz .

View File

@ -39,13 +39,13 @@
<description>Joomla! CMS Patch Tester Component</description>
<element>com_patchtester</element>
<type>component</type>
<version>4.2.2</version>
<version>4.3.0</version>
<client>administrator</client>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.2.2</infourl>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.3.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.2.2/com_patchtester_4.2.2.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.3.0/com_patchtester_4.3.0.zip</downloadurl>
</downloads>
<sha384>7234aad13c1a5c6689f68c84f1c462b92d933a9ced84a9ebdfc161101e46af1417913d0a50bf8011a43df73c39674983</sha384>
<sha384>0f8f2f7b02de8a3ec851b42576fe7c450f4ac0e2509b1cad62962788cecec73f8d38114ce3bb155119a79a78c4a24ceb</sha384>
<tags>
<tag>stable</tag>
</tags>