Skip to content

Commit

Permalink
Prepare the 4.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dalmulder <[email protected]>
  • Loading branch information
roland-d committed Jan 28, 2022
1 parent a6c7377 commit 1c85992
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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" version="4.0" method="upgrade">
<name>com_patchtester</name>
<author>Joomla! Project</author>
<creationDate>02-May-2021</creationDate>
<creationDate>28-January-2022</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>[email protected]</authorEmail>
<authorUrl>https://www.joomla.org</authorUrl>
<version>4.1.0</version>
<version>4.2.0</version>
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<install>
Expand Down
4 changes: 2 additions & 2 deletions build/patchtester/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating a release
1. Run the `release.php -v=x.x.x` with the new version number
2. Rever the changes in the `manifest.xml` that are not related to the release
2. Revert the changes in the `manifest.xml` that are not related to the release
2. Run the `build.sh x.x.x` with the new version number
3. Copy the SHA384 from the `checksums.json` file to the `manifest.xml`
3. Copy the SHA384 from the `packages/checksums.json` file to the `manifest.xml`
4. Upload the generated files to the Github release
6 changes: 3 additions & 3 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<type>component</type>
<version>4.1.0</version>
<client>administrator</client>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.1.0</infourl>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.2.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.1.0/com_patchtester_4.1.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.2.0/com_patchtester_4.2.0.zip</downloadurl>
</downloads>
<sha384>92a8627f90ddaf6efa573162774c82f7bc5628b3a4ee5862e651662e6e5b3c6d6c948793732cdd15d8c850768e3491ab</sha384>
<sha384>a4a4cc21051b8e6ca367eaa9c68553ea253ccce1be6db9c71c49a5ae0b57fbd389638dd827fd21aa169959a95c345fd1</sha384>
<tags>
<tag>stable</tag>
</tags>
Expand Down

0 comments on commit 1c85992

Please sign in to comment.