Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.5.8
3.5.8
Changed
- Updated
sqlite-integration-plugin
and Core PHPUnit suite files.
4.1.7
4.1.7
Changed
- Fix non standard installation handling, hello Bedrock! (#716)
3.5.7
3.5.7
Changed
- Fix non standard installation handling, hello Bedrock! (#716)
4.1.6
4.1.6
Changed
- Load WordPress at
SUITE_BEFORE
in the WPLoader
module, I had previously changed this to SUITE_INIT
but that was causing issues.
- Update Core PHPUnit tests
- Update SQLite plugin.
3.5.6
3.5.6
Changed
- Load WordPress at
SUITE_BEFORE
in the WPLoader
module, I had previously changed this to SUITE_INIT
but that was causing issues.
- Update Core PHPUnit tests
- Update SQLite plugin.
4.1.5
4.1.5
Changed
- Update init template to scaffold dump file path and example tests correctly (thanks @tarecord).
3.5.5
3.5.5
Changed
- Update init template to scaffold dump file path and example tests correctly (thanks @tarecord).
4.1.4
4.1.4
Added
- The
AirplaneMode
module, based on the norcross/airplane-mode
plugin, to put the website under test in "airplane mode", preventing it from making any network requests during tests.
3.5.4
3.5.4
Fixed
- Update the build script to target the correct branch.
3.5.3
3.5.3
Added
- The
AirplaneMode
module, based on the norcross/airplane-mode
plugin, to put the website under test in "airplane mode", preventing it from making any network requests during tests.