Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
2.3.3
Fixed
tad\WPBrowser\vendorDir
issue that would cause the function to return wrong value
2.3.2
Fixed
- absolute paths handling in the
configFile
parameter of WPLoader
configuration
2.3.1
Fixed
- absolute paths handling in the
pluginsFolder
parameter of WPLoader
configuration
2.3.0
Added
- the
originalUrl
to the WPDb
module configuration; this can help in some instances where urlReplacement
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 the WPLoader
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
2.2.37
Fixed
- issue in the
WithEvents
trait that would cause issues in the console
command
2.2.36
Fixed
- issue with
WPDb
and WPLoader
module in loadOnly
mode that would cause WPLoader to load WordPress before the correct database setup
2.2.35
Fixed
- issue with setup default values where the default environment file name would be empty or the file would be missing
2.2.34
Fixed
- cache flushing issue in
WPTestCase
(thanks @mitogh)
[2.2.33]
Fixed
WPDb::haveUserCapabilitiesInDatabase
to make sure entries are not duplicated when called on same user [#335]
Updated
WPDb::haveUserInDatabase
and WPDb::haveUserCapabilitiesInDatabase
methods to support more complex user role assignment [#336]
2.2.32
Fixed
WPRestControllerTestCase
issue (thanks @TimothyBJacobs)
- wrong theme detection in healthcheck [#328]
WPDb::haveUserInDatabase
issue where the sanitization would be stricter than the WordPress one on user login [#332]