Skip to content

Releases: lucatume/wp-browser

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)

2.6.4

07 Jul 14:49
Compare
Choose a tag to compare

Fixed

  • typos and spacing in documentation (thanks @cliffordp)
  • environment file parsing for empty values, fixes #427

2.6.3

30 Jun 10:46
Compare
Choose a tag to compare

Fixed

  • An issue where additional required plugins would not be correctly parsed during the init wpbrowser command, fixes #424

2.6.2

19 Jun 08:46
Compare
Choose a tag to compare

Fixed

  • An issue where users created during tests would not be have the correct editing and layout meta set, fixes #422, thanks @ryanshoover