Skip to content

Releases: lucatume/wp-browser

2.6.14

20 Oct 11:50
Compare
Choose a tag to compare

Added

  • the logOut(string|bool $redirectTo) method to the WPBrowser and WPWebDriver modules (thanks @gabe-connolly)

2.6.13

22 Sep 21:54
Compare
Choose a tag to compare

Fixed

  • restore full phpstan lvl 8 coverage

2.6.12

17 Sep 08:28
Compare
Choose a tag to compare

Changed

  • rename the rmkdir function to mkdirp for clarity and resemblance with the WordPress one.

2.6.11

15 Sep 11:58
Compare
Choose a tag to compare

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

25 Aug 11:24
Compare
Choose a tag to compare

Fixed

  • remove version block on symfony/filesystem dependency, fixes #440

2.6.9

19 Aug 16:26
Compare
Choose a tag to compare

Added

  • the WPDb::importSql method to allow importing custom SQL strings in the database during tests

2.6.8

19 Aug 14:53
Compare
Choose a tag to compare

Fixed

  • avoid deprecation notices when loading MockPHPMailer, fixes #436

2.6.7

14 Aug 14:42
Compare
Choose a tag to compare

Added

  • the WPDb::havePostThumbnailInDatabase and WPDb::dontHavePostThumbnailInDatabase methods, fixes #434

2.6.6

04 Aug 09:56
Compare
Choose a tag to compare

Fixed

  • URL replacement function in WPDb module that would incorrectly handling the replacement of locahost:port URLs, fixes #430

2.6.5

16 Jul 08:24
Compare
Choose a tag to compare

Fixed

  • return type of WPLoader::factory method to ensure IDE type-hinting will work correctly (thanks @Luc45)