Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.0.3
3.0.2
3.0.1
3.0.0
This version is the first to target Composer version 2
compatibility, while keeping back-compatibility with Composer version 1
.
The version is marked as breaking, and as such as a Major release, as existing setups that rely on some packages previously bundled
with wp-browser might break.
I've changed the removed wp-cli/wp-cli-bundle
(full wp-cli packages) dependency in favor of the wp-cli/wp-cli
one and I've removed the symfony/filesystem
dependency in favour of other internal solutions.
Read the migration guide here.
Breaking changes
- Removed the
WithWpCli::executeBackgroundWpCliCommand
method, and, as a consequence, theWPCLI::executeBackgroundWpCliCommand
method. - Removed the
symfony/process
dependency and replaced it with themikehaertl/php-shellcommand
one; refactor methods that use and accept shell commands. - Refactor the
WPCLI
module to build and escape string command lines differently. - Removed the
wp-cli/wp-cli-bundle
dependency and replaced it with thewp-cli/wp-cli
one.
2.6.17
2.6.16
2.6.15
2.6.14
Added
- the
logOut(string|bool $redirectTo)
method to theWPBrowser
andWPWebDriver
modules (thanks @gabe-connolly)