Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.0.12
Fixed
- do not redefine wp-config constants when using the
WPLoaded
module in loadOnly: true
mode (thanks @LucasDemea)
3.0.11
Fixed
- correct escaping of the PHP binary in the
WithWpCli
trait (thanks @joppuyo)
3.0.10
- update
phpass
dependency to use stable
mirror (thanks @Luc45 and @bordoni)
3.0.9
-
fix(build) phpass dependency
Fixes #523
Thanks to the issue brought up by @bordoni and for the fix.
This is a transitory patch, the dependency should, really, be
internalized in the future.
3.0.8
Fixed
- pass the provided parameters to the actions fired in the replacement
wp_set_auth_cookie
function, fixes #509
3.0.7
Fixed
WPDb::getOriginalUrlFromSqlString
regex to parse original site URL from dump file (thanks @stracker-phil)
- update
WPDb
module documentation to improve clarity about populate
and cleanup
configuration parameters (thanks @calvinalkan)
3.0.6
Fixed
- destination file detection in Symlinker extension (thanks @ryanshoover)
3.0.5.1
Fixed
- Correctly update the code per #482
3.0.5
- Update the
WPFilesystem::havePlugin
and WPFilesystem::haveMuPlugin
methods to take a plugin path without requiring the .php
extension (thanks @Luc45).
3.0.4
Fixed
- Smaller text fix in Healthcheck component.
Changed
- Add more tests to cover URL replacement in
WPDb
module.