v2.0.38
- Corrected to use valid hostnames, e.g.,
jbt_cypress->jbt-cypress.- If you update an existing JBT instance with
git pull, you need to runscripts/createto recreate everything.
- If you update an existing JBT instance with
- Extended to support Joomla Git tags for installation, e.g., 3.9.28, 5.2.0-rc4, or 5.2.1.
- Added
scripts/versionsto list all usable Joomla dev branches and tag versions, as well as to list usable Docker images with PHP versions. - Also changed directory names, e.g., from
branch_52->joomla-52. - Possible Joomla instances are now: 39, 310, 40, 41, 42, 43, 44, 50, 51, 52, 53 and 60.
- Added
- Extended to include PHP 7.4 and PHP 8.0 (if such Joomla Docker images are available).
- The
highestoption can now be used inscripts/php, and it is the default inscripts/create(previously PHP 8.1 was the default).
- The
- Discontinued patching Joomla instances; instead, a parallel JBT installation environment is now used.
- See the
installationfolder. - Uses the latest main branch of
joomla-cypress. - Uses three Cypress scripts for Joomla installation, Patch Tester installation, and disabling B/C plugins.
- The three scripts catches, show and log Joomla web application JavaScript errors, verify with
scripts/check
- See the
- Minor changes:
- Added
shellcheckand resolved findings. JBT_VIEW_QUOTE=falsecan now be used to disable the random quote in help.
- Added
Full Changelog: v1.1.15...v2.0.38