Skip to content

Commit 1c85992

Browse files
committed
Prepare the 4.2.0 release
Signed-off-by: Roland Dalmulder <[email protected]>
1 parent a6c7377 commit 1c85992

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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" version="4.0" method="upgrade">
33
<name>com_patchtester</name>
44
<author>Joomla! Project</author>
5-
<creationDate>02-May-2021</creationDate>
5+
<creationDate>28-January-2022</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.1.0</version>
10+
<version>4.2.0</version>
1111
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
1212
<scriptfile>script.php</scriptfile>
1313
<install>

build/patchtester/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creating a release
22
1. Run the `release.php -v=x.x.x` with the new version number
3-
2. Rever the changes in the `manifest.xml` that are not related to the release
3+
2. Revert the changes in the `manifest.xml` that are not related to the release
44
2. Run the `build.sh x.x.x` with the new version number
5-
3. Copy the SHA384 from the `checksums.json` file to the `manifest.xml`
5+
3. Copy the SHA384 from the `packages/checksums.json` file to the `manifest.xml`
66
4. Upload the generated files to the Github release

manifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<type>component</type>
4242
<version>4.1.0</version>
4343
<client>administrator</client>
44-
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.1.0</infourl>
44+
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.2.0</infourl>
4545
<downloads>
46-
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.1.0/com_patchtester_4.1.0.zip</downloadurl>
46+
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.2.0/com_patchtester_4.2.0.zip</downloadurl>
4747
</downloads>
48-
<sha384>92a8627f90ddaf6efa573162774c82f7bc5628b3a4ee5862e651662e6e5b3c6d6c948793732cdd15d8c850768e3491ab</sha384>
48+
<sha384>a4a4cc21051b8e6ca367eaa9c68553ea253ccce1be6db9c71c49a5ae0b57fbd389638dd827fd21aa169959a95c345fd1</sha384>
4949
<tags>
5050
<tag>stable</tag>
5151
</tags>

0 commit comments

Comments
 (0)