Releases: joomla-extensions/patchtester
Patch Tester 4.0.0 Release
This is the stable release of the Patch Tester 4.0.0. In case you have any issues with missing tables or updating over a previous installation, please uninstall the Patch Tester and remove any leftover tables in your database and do a clean installation.
Prior to uninstalling you may want to make a backup of your Github token so it is easy to restore it.
The release updates have been messy but I will do better with the next releases to really follow SemVer 😄.
Fixes/improvements since last release:
[#295] - COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED
[#296] - "Number to Display" use always default list limit of "Global Configuration"
[#297] - COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED on fetch data
[#298] - Invalid issue tracker link sometimes
[#299] - Open tester options: method token
[Commit 4592cab] Add label filter
[Commit 63a0cbc] Fix SQL error missing column "pulls.applied"
Language updates
All changes since the previous release can be viewed here.
Patch Tester 4.0.0 Release Candidate 3
This release runs only on Joomla 4.
Update warning
Any previous installation of the Joomla! Patch Tester must be uninstalled as this release contains some major changes due to the addition of showing Github labels.
Prior to uninstalling you may want to make a backup of your Github token so it is easy to restore it.
Fixes/improvements since last release:
[#199] - Link to Patchtester after Installation
[#277] - Makes icons conform to pr #28075 in J! 4.0-dev
[#279] - Inconsistent default CI settings
[#281] - Use namespace mapper to regenerate namespace map
[#285] - Avoid github deprecation mails when using the token
[Commit c1ab5c56] - Show error message in modal window
[Commit 568f372f] - Fixed resetting the pull requests
[Commit 5508865f] - Implement Github labels and NPM filter
Language updates
All changes since the previous release can be viewed here
Patch Tester 4.0.0 Release Candidate 2
This release runs only on Joomla 4.
Fixes/improvements since last release:
- [#262] - Patch tester on J4 with J4 patch test fails to add a patch, to test
- [Commit 5c6b278] - Turn off CI server by default, Changed CI server port, Removed left over from patch chain
All changes since the previous release can be viewed here
Patch Tester 3.0.0 Release Candidate
This release runs only on Joomla 3.
Fixes/improvements since last release:
- [#215] - allow login github credential with '#'
- [#216] - Change Table Options to Filter Options
- [#220] - Add PostgreSQL (PDO) driver.
- [#221] - Correct 2.0.0 schema updates
- [#225] - Update deprecated license
- [#226] - Update README.md
- [#252] - Correct implode argument order
- [Commit 029a8f1] - Adjust regexes to support 3.10
- [Commit 3ad49d7] - Remove Hathor overrides
- [Commit 6ae47e8] - Require 3.9
- [Commit fadbf7a] - Namespace everything
- [Commit 444498a] - Sync languages
- [Commit 73f0781] Remove atum template
All changes since the previous release can be viewed here
Patch Tester 4.0.0 Release Candidate
This release runs only on Joomla 4.
Fixes/improvements since last release:
- [#254] - Missing Language Srtring «COM_PATCHTESTER_HEADING_FETCH_DATA»
- [#231] - Bad data stuffed into the database
- [#232] - Drop Version Compatibility Code Since One Version Is Too Hard
- [#249] - [4.0] Use HttpFactory to fetch zip file from CI server
- [#234] - WTF is "patch chain"
- [#236] - JavaScript Changes For The Sake Of Change
- [#237] - Unexplained removal of script.php
- [#238] - Travis Badge Still Prominently Displayed
- [#246] - Issue #243 fix:Tip overlapped search box
- [#258] - Delete autoload_psr4.php when applying or reverting patches on Joomla 4 and later.
- [#260] - Update path to autoloader file to changes in J4
- [#261] - Clean up one more SQL file - most important one - from patchtester chain
- [#241] - [4.0] Fix PHP warning "failed to open stream: No such file or directory
- [#242] - [4.0] Fix applying patches failing on Linux hosts
- [#248] - Fix PHP notice in ResetController
- [Commit fa314fb] - Show filters if a filter is set
- [Commit 573f7aa] - Test composer autoloader on apply
- [Commit 5d97988] - Implement clearer instructions for using Token Authentication
All changes since the previous release can be viewed here
Patch Tester 4.0.0 Beta 2
This is a beta build of the upcoming Patch Tester 4.0.0 release. This package is only recommended for testing purposes, otherwise it is recommended to use the latest stable release.
Changes since the previous build include:
- Removing template overrides
- Fixing installation
- Raised minimum supported version to Joomla! 4.0
All changes since the previous release can be viewed here
Patch Tester 4.0.0 Beta 1
This is a beta build of the upcoming Patch Tester 4.0.0 release. This package is only recommended for testing purposes, otherwise it is recommended to use the latest stable release.
Changes since the previous build include:
- Added Joomla CI system as data source for Joomla! 4.0 PRs
- Raised minimum supported version to Joomla! 4.0
- Synchronized translations with Crowdin
All changes since the previous release can be viewed here
Patch Tester 3.0.0 Beta 4
This is a beta build of the upcoming Patch Tester 3.0.0 release. This package is only recommended for testing purposes, otherwise it is recommended to use the latest stable release.
Changes since the previous beta build include:
- Raised minimum supported version to Joomla! 3.8
- Updated Joomla! 4.0 layouts for new template design
- Synchronized translations with Crowdin
- #204 - Support checksum validation for updates
All changes since the previous release can be viewed here
This release tag has been signed with a GPG key, you may verify the signature using GitHub's guides or this blog post
Patch Tester 3.0.0 Beta 3
This is a beta build of the upcoming Patch Tester 3.0.0 release. This package is only recommended for testing purposes, otherwise it is recommended to use the latest stable release.
Changes since the previous beta build include:
- Initial support for Joomla! 4.0
- Synchronized translations with Crowdin
- #191 - Ability to filter pull requests based on the target branch
- #192 - Fix regex in data fetching to account for up to 999 paginated API requests
All changes since the previous release can be viewed here
This release tag has been signed with a GPG key, you may verify the signature using GitHub's guides or this blog post
Patch Tester 3.0.0 Beta 2
This is a beta build of the upcoming Patch Tester 3.0.0 release. This package is only recommended for testing purposes, otherwise it is recommended to use the latest stable release.
Changes since the previous alpha build include:
- Bumped minimum requirement to Joomla! 3.7
- Uses new JHtml media signatures in 3.7
- Use a Composer autoloader versus
JLoader
- Make the error layout a base layout versus sublayout
- Synchronized translations with Crowdin
- #174 - Changes base controller typehint for improved 4.0 compatibility
- #176 - Fixes bug with ID search on PostgreSQL
- #178 - Reset the core media version when testing patches
All changes since the previous release can be viewed here
This release tag has been signed with a GPG key, you may verify the signature using GitHub's guides or this blog post