Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
2.6.1
2.6.0
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
Added
- the
WPDb.letCron
configuration parameter to control whetherwp-cron
processes should be allowe to spawn during tests or not (new default).
Fixed
- the
WPDb
module will set up the database to preventwp-cron
requests from being spawned during tests, fixes #363. - env file parsing issues reported, fixes #398.
Changed
- following changes to how the
WPDb
module sets up the database at the start of tests (and between tests),wp-cron
process will not be spawned during tests unless theWPDb.letCron
configuration parameter is set totrue
.
2.5.2
2.5.1
Fixed
- add
function_exists
check to avoid redefinition issues when wp-browser is used in two related packages (thanks @cliffordp)
2.5.0
Fixed
README.md
file updates (thanks @szepeviktor)src/tad/scripts
fixes and refactorings (thanks @szepeviktor)- cron and admin AJAX query vars handling (thanks @Luc45)
Removed
gumlet/php-image-resize
package requirement; runtime image modification in theWPDb::haveAttachmentInDatabase
method will require it at runtime.vlucas/phpdotenv
package requirement;wp-browser
will not use it internally, but Codeception will keep requiring it for dynamic parameter configuration.