Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
2.4.1
2.4.0
Added
- compatibility with Codeception 4.0
- the
tad\WPBrowser\Extension\Events
extension to enable subscribing to Codeception 4.0 events
Fixed
- the event listener and dispatcher system to work consistently across Codeception versions
- issue where
WPDb::haveUserInDatabase
method would not create all the user meta #359
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
Added
- the
originalUrl
to theWPDb
module configuration; this can help in some instances whereurlReplacement
is active but is not working correctly. - the
tad\WPBrowser\Traits\WithWordPressFilters
trait to provide methods, for test cases, to debug WordPress actions and filter initial and final values. - use the
tad\WPBrowser\Traits\WithWordPressFilters
trait in theWPLoader
module to debug WordPress actions and filter initial and final values.
Fixed
- an issue that would prevent the site URL from being correctly replaced during
WPDb
module dump imports - sanity checks on the
Copier
extension
Changed
- refactoring of utility functions
- the build system from Travis CI to GitHub Actions, based on Docker