File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
administrator/components/com_patchtester Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
<extension type =" component" method =" upgrade" >
3
3
<name >com_patchtester</name >
4
4
<author >Joomla! Project</author >
5
- <creationDate >2023-08-03 </creationDate >
5
+ <creationDate >2023-08-25 </creationDate >
6
6
<copyright >(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.</copyright >
7
7
<license >GNU General Public License version 2 or later</license >
8
8
<
authorEmail >
[email protected] </
authorEmail >
9
9
<authorUrl >https://www.joomla.org</authorUrl >
10
- <version >4.2.2 </version >
10
+ <version >4.3.0 </version >
11
11
<description >COM_PATCHTESTER_XML_DESCRIPTION</description >
12
12
<namespace path =" src" >Joomla\Component\Patchtester</namespace >
13
13
<scriptfile >script.php</scriptfile >
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ rm -rf build/packages && mkdir build/packages
5
5
composer install --no-dev -o
6
6
cp -r administrator build/packaging/administrator
7
7
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
11
11
cd build/packaging
12
12
tar jcf ../packages/com_patchtester_" $1 " .tar.bz2 .
13
13
tar zcf ../packages/com_patchtester_" $1 " .tar.gz .
Original file line number Diff line number Diff line change 39
39
<description >Joomla! CMS Patch Tester Component</description >
40
40
<element >com_patchtester</element >
41
41
<type >component</type >
42
- <version >4.2.2 </version >
42
+ <version >4.3.0 </version >
43
43
<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 >
45
45
<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 >
47
47
</downloads >
48
- <sha384 >7234aad13c1a5c6689f68c84f1c462b92d933a9ced84a9ebdfc161101e46af1417913d0a50bf8011a43df73c39674983 </sha384 >
48
+ <sha384 >0f8f2f7b02de8a3ec851b42576fe7c450f4ac0e2509b1cad62962788cecec73f8d38114ce3bb155119a79a78c4a24ceb </sha384 >
49
49
<tags >
50
50
<tag >stable</tag >
51
51
</tags >
You can’t perform that action at this time.
0 commit comments