Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
2.6.11
Fixed
- an issue where the
recurseRemoveDir
function would leave empty directories behind, fixes #447
Added
- the
rmkdir
function to scaffold nested directory structures and files
2.6.10
Fixed
- remove version block on
symfony/filesystem
dependency, fixes #440
2.6.9
Added
- the
WPDb::importSql
method to allow importing custom SQL strings in the database during tests
2.6.8
Fixed
- avoid deprecation notices when loading
MockPHPMailer
, fixes #436
2.6.7
Added
- the
WPDb::havePostThumbnailInDatabase
and WPDb::dontHavePostThumbnailInDatabase
methods, fixes #434
2.6.6
Fixed
- URL replacement function in
WPDb
module that would incorrectly handling the replacement of locahost:port
URLs, fixes #430
2.6.5
Fixed
- return type of
WPLoader::factory
method to ensure IDE type-hinting will work correctly (thanks @Luc45)
2.6.4
Fixed
- typos and spacing in documentation (thanks @cliffordp)
- environment file parsing for empty values, fixes #427
2.6.3
Fixed
- An issue where additional required plugins would not be correctly parsed during the
init wpbrowser
command, fixes #424
2.6.2
Fixed
- An issue where users created during tests would not be have the correct editing and layout meta set, fixes #422, thanks @ryanshoover