Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
4.3.10: Merge pull request #767 from lucatume/v4-better-pid-check
4.3.10
Fixed
- Check the PID file for the PHP built-in server, MySQL and Chromedriver controllers to make sure the PID maps to an actually running process.
4.3.9
4.3.9
Changed
- Inherit environment variables while parsing configuration files in the
WPConfigFile
class.
3.7.10
3.7.10
Fixed
- Check the PID file for the PHP built-in server, MySQL and Chromedriver controllers to make sure the PID maps to an actually running process.
Changed
- Inherit environment variables while parsing configuration files in the
WPConfigFile
class.
4.3.8
4.3.8
Added
- Support custom binaries for WP-CLI in the
WPCLI
module.
3.7.9
3.7.9
Added
- Support custom binaries for WP-CLI in the
WPCLI
module.
4.3.7
4.3.7
Fixed
- In
WPDb
module look up the WPFilesystem
module with and without leading slash.
3.7.8
3.7.8
Fixed
- In
WPDb
module look up the WPFilesystem
module with and without leading slash.
3.7.7
3.7.7
Fixed
- Fallback for missing
$_composer_autoload_path
file. (thanks @andronocean)
4.3.6
4.3.6
Fixed
- Fallback for missing
$_composer_autoload_path
file. (thanks @andronocean)
3.7.6
3.7.6
Changed
- Improve
LoadSandbox
error and messaging (used by the WPLoader
module when loadOnly: true
) around Codeception early exits. (thanks @andronocean)