Skip to content

Releases: lucatume/wp-browser

2.4.1

10 Apr 15:25
Compare
Choose a tag to compare

Changed

  • an issue where tables created by plugins during the WordPress installation managed by the WPLoader module would be dropped; default behaviour changed to emptying the tables, fixes #356

2.4.0

10 Apr 11:06
Compare
Choose a tag to compare

Added

  • compatibility with Codeception 4.0
  • the tad\WPBrowser\Extension\Events extension to enable subscribing to Codeception 4.0 events

Fixed

  • the event listener and dispatcher system to work consistently across Codeception versions
  • issue where WPDb::haveUserInDatabase method would not create all the user meta #359

2.3.4

03 Apr 11:20
Compare
Choose a tag to compare

Fixed

  • add deprecated functions handling for functions moved in version 2.3
  • mark rrmdir function as deprecated

2.3.3

01 Apr 15:27
Compare
Choose a tag to compare

Fixed

  • tad\WPBrowser\vendorDir issue that would cause the function to return wrong value

2.3.2

30 Mar 15:58
Compare
Choose a tag to compare

Fixed

  • absolute paths handling in the configFile parameter of WPLoader configuration

2.3.1

30 Mar 13:27
Compare
Choose a tag to compare

Fixed

  • absolute paths handling in the pluginsFolder parameter of WPLoader configuration

2.3.0

30 Mar 11:38
Compare
Choose a tag to compare

Added

  • the originalUrl to the WPDb module configuration; this can help in some instances where urlReplacement is active but is not working correctly.
  • the tad\WPBrowser\Traits\WithWordPressFilters trait to provide methods, for test cases, to debug WordPress actions and filter initial and final values.
  • use the tad\WPBrowser\Traits\WithWordPressFilters trait in the WPLoader module to debug WordPress actions and filter initial and final values.

Fixed

  • an issue that would prevent the site URL from being correctly replaced during WPDb module dump imports
  • sanity checks on the Copier extension

Changed

  • refactoring of utility functions
  • the build system from Travis CI to GitHub Actions, based on Docker

2.2.37

21 Feb 13:28
Compare
Choose a tag to compare

Fixed

  • issue in the WithEvents trait that would cause issues in the console command

2.2.36

19 Feb 21:36
Compare
Choose a tag to compare

Fixed

  • issue with WPDb and WPLoader module in loadOnly mode that would cause WPLoader to load WordPress before the correct database setup

2.2.35

13 Feb 17:13
Compare
Choose a tag to compare

Fixed

  • issue with setup default values where the default environment file name would be empty or the file would be missing