Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.1.10
3.1.10
Changed
- Removed the
lucatume\WPBrowser\Traits\WithForks
trait.
Fixed
- Correctly invoke the
after_switch_theme
action in the WPLoader
module.
3.1.9
3.1.9
Fixed
- If possible, load the
wpdb
class from the wp-includes/class-wpdb.php
file on newer versions of WordPress.
3.1.8
3.1.8
Changed
- Clean up and update the build and stack.
- Update
.gitattributes
to remove more files.
- Updated sponsors.
3.1.7
3.1.7
Fixed
- Inheritance of current env if the
env
key is set in the configuration of the WPCLI
module (thanks @calvinalkan).
- Other environment inheritance and manipulation issues (thanks @calvinalkan).
- Indirect modification notice in the
WPLoader::_swithchTheme
method.
Added
- Control global and per-process environment variables in the
WPCLI::cli()
method. (thanks @calvinalkan).
- Add the
haveInShellEnvironment
and dontInheritShellEnvironment
methods to the WPCLI
module. (thanks @calvinalkan).
amEditingUserWithId
method to the WPBrowser
and WPWebDriver
modules. (thanks @johnbillion).
3.1.6: Merge branch 'snicco/master'
3.1.6
Changed
- Add the
WPCLI::grabLastShellOutput
method (thanks @calvinalkan).
3.1.5
##Fixed
- Fixed query to DROP tables generated by the WPLoader module when setting installationTableHandling to drop.
3.1.4
3.1.4
Changed
- Refactor support for
@runInSeparateProcess
annotation in WPTestCase
to avoid issues with static analysis.
3.1.3
3.1.3
Changed
- improve
psalm
, and other static analysis tools compatibility, in the WPLoader
module (thanks @calvinalkan).
3.1.2
3.1.2
Fixed
- handle empty numeric values correctly int he
WPCLI
module, fixes #528.
3.1.1
3.1.1
Fixed
- in the context of the
WPLoader
module, construct the PHPMailer
instance to throw exceptions.
- remove left-over
@since TBD
tags from doc-blocks.