mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 02:49:01 +00:00
Prepare 4.3.0 release
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
321f60eaee
commit
8e9d4cb0ff
@ -2,12 +2,12 @@
|
|||||||
<extension type="component" method="upgrade">
|
<extension type="component" method="upgrade">
|
||||||
<name>com_patchtester</name>
|
<name>com_patchtester</name>
|
||||||
<author>Joomla! Project</author>
|
<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>
|
<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>
|
<license>GNU General Public License version 2 or later</license>
|
||||||
<authorEmail>admin@joomla.org</authorEmail>
|
<authorEmail>admin@joomla.org</authorEmail>
|
||||||
<authorUrl>https://www.joomla.org</authorUrl>
|
<authorUrl>https://www.joomla.org</authorUrl>
|
||||||
<version>4.2.2</version>
|
<version>4.3.0</version>
|
||||||
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
|
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
|
||||||
<namespace path="src">Joomla\Component\Patchtester</namespace>
|
<namespace path="src">Joomla\Component\Patchtester</namespace>
|
||||||
<scriptfile>script.php</scriptfile>
|
<scriptfile>script.php</scriptfile>
|
||||||
|
@ -5,9 +5,9 @@ rm -rf build/packages && mkdir build/packages
|
|||||||
composer install --no-dev -o
|
composer install --no-dev -o
|
||||||
cp -r administrator build/packaging/administrator
|
cp -r administrator build/packaging/administrator
|
||||||
cp -r media/com_patchtester build/packaging/media
|
cp -r media/com_patchtester build/packaging/media
|
||||||
rm -rf build/packaging/admin/backups/*.txt
|
rm -rf build/packaging/administrator/backups/*.txt
|
||||||
mv build/packaging/administrator/patchtester.xml build/packaging/patchtester.xml
|
mv build/packaging/administrator/components/com_patchtester/patchtester.xml build/packaging/patchtester.xml
|
||||||
mv build/packaging/administrator/script.php build/packaging/script.php
|
mv build/packaging/administrator/components/com_patchtester/script.php build/packaging/script.php
|
||||||
cd build/packaging
|
cd build/packaging
|
||||||
tar jcf ../packages/com_patchtester_"$1".tar.bz2 .
|
tar jcf ../packages/com_patchtester_"$1".tar.bz2 .
|
||||||
tar zcf ../packages/com_patchtester_"$1".tar.gz .
|
tar zcf ../packages/com_patchtester_"$1".tar.gz .
|
||||||
|
@ -39,13 +39,13 @@
|
|||||||
<description>Joomla! CMS Patch Tester Component</description>
|
<description>Joomla! CMS Patch Tester Component</description>
|
||||||
<element>com_patchtester</element>
|
<element>com_patchtester</element>
|
||||||
<type>component</type>
|
<type>component</type>
|
||||||
<version>4.2.2</version>
|
<version>4.3.0</version>
|
||||||
<client>administrator</client>
|
<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>
|
<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>
|
</downloads>
|
||||||
<sha384>7234aad13c1a5c6689f68c84f1c462b92d933a9ced84a9ebdfc161101e46af1417913d0a50bf8011a43df73c39674983</sha384>
|
<sha384>0f8f2f7b02de8a3ec851b42576fe7c450f4ac0e2509b1cad62962788cecec73f8d38114ce3bb155119a79a78c4a24ceb</sha384>
|
||||||
<tags>
|
<tags>
|
||||||
<tag>stable</tag>
|
<tag>stable</tag>
|
||||||
</tags>
|
</tags>
|
||||||
|
Loading…
Reference in New Issue
Block a user