Skip to content

Commit

Permalink
Prepare 4.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
  • Loading branch information
roland-d committed Aug 25, 2023
1 parent 321f60e commit 8e9d4cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_patchtester/patchtester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions build/patchtester/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
8 changes: 4 additions & 4 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8e9d4cb

Please # to comment.