Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
4.3.7
3.7.8
3.7.7
4.3.6
3.7.6
3.7.6
Changed
- Improve
LoadSandbox
error and messaging (used by theWPLoader
module whenloadOnly: true
) around Codeception early exits. (thanks @andronocean)
4.3.5
4.3.5
Changed
- Improve
LoadSandbox
error and messaging (used by theWPLoader
module whenloadOnly: true
) around Codeception early exits. (thanks @andronocean)
4.3.4
3.7.5
4.3.3
3.7.4
3.7.4
Fixed
- Ensure the
WPLoader
module will set the db constants when inloadOnly: true
mode. - The
WPLoader
module will now set theWPBROWSER_LOAD_ONLY
environment variable to1
when inloadOnly: true
and to0
when inloadOnly: false
mode. - Updated documentation for the
WPLoader
module to explicitly state that theconfigFlile
parameter will be used both when inloadOnly: true
andloadOnly: false
modes.