Skip to content

Commit 8e9d4cb

Browse files
committed
Prepare 4.3.0 release
Signed-off-by: Roland Dalmulder <[email protected]>
1 parent 321f60e commit 8e9d4cb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

administrator/components/com_patchtester/patchtester.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension type="component" method="upgrade">
33
<name>com_patchtester</name>
44
<author>Joomla! Project</author>
5-
<creationDate>2023-08-03</creationDate>
5+
<creationDate>2023-08-25</creationDate>
66
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.</copyright>
77
<license>GNU General Public License version 2 or later</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>https://www.joomla.org</authorUrl>
10-
<version>4.2.2</version>
10+
<version>4.3.0</version>
1111
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
1212
<namespace path="src">Joomla\Component\Patchtester</namespace>
1313
<scriptfile>script.php</scriptfile>

build/patchtester/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ rm -rf build/packages && mkdir build/packages
55
composer install --no-dev -o
66
cp -r administrator build/packaging/administrator
77
cp -r media/com_patchtester build/packaging/media
8-
rm -rf build/packaging/admin/backups/*.txt
9-
mv build/packaging/administrator/patchtester.xml build/packaging/patchtester.xml
10-
mv build/packaging/administrator/script.php build/packaging/script.php
8+
rm -rf build/packaging/administrator/backups/*.txt
9+
mv build/packaging/administrator/components/com_patchtester/patchtester.xml build/packaging/patchtester.xml
10+
mv build/packaging/administrator/components/com_patchtester/script.php build/packaging/script.php
1111
cd build/packaging
1212
tar jcf ../packages/com_patchtester_"$1".tar.bz2 .
1313
tar zcf ../packages/com_patchtester_"$1".tar.gz .

manifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<description>Joomla! CMS Patch Tester Component</description>
4040
<element>com_patchtester</element>
4141
<type>component</type>
42-
<version>4.2.2</version>
42+
<version>4.3.0</version>
4343
<client>administrator</client>
44-
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.2.2</infourl>
44+
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.3.0</infourl>
4545
<downloads>
46-
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.2.2/com_patchtester_4.2.2.zip</downloadurl>
46+
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.3.0/com_patchtester_4.3.0.zip</downloadurl>
4747
</downloads>
48-
<sha384>7234aad13c1a5c6689f68c84f1c462b92d933a9ced84a9ebdfc161101e46af1417913d0a50bf8011a43df73c39674983</sha384>
48+
<sha384>0f8f2f7b02de8a3ec851b42576fe7c450f4ac0e2509b1cad62962788cecec73f8d38114ce3bb155119a79a78c4a24ceb</sha384>
4949
<tags>
5050
<tag>stable</tag>
5151
</tags>

0 commit comments

Comments
 (0)