Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
4.3.9
4.3.9
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)
4.3.5
4.3.5
Changed
- Improve
LoadSandbox
error and messaging (used by the WPLoader
module when loadOnly: true
) around Codeception early exits. (thanks @andronocean)
4.3.4
4.3.4
Fixed
- Set proper
WPTetCase::factory()
return type, so IDE autocompletion works (thanks @defunctl).