Skip to content

Releases: lucatume/wp-browser

3.7.16

22 Nov 18:10

Choose a tag to compare

3.7.16

Fixed

  • Wording in the default EndToEnd suite configuration files to reflect the nature of the suite.
  • Anticipate plugins activation and loading in the WPLoader module to ensure pluggable functions overridden in plugins will correctly apply.
  • Fixed DB_PASSWORD constant not being defined when dbPassword configuration parameter is set to an empty string in WPLoader module, fixes #786.

4.5.10

21 Nov 08:49

Choose a tag to compare

4.5.10

Fixed

  • Wording in the default EndToEnd suite configuration files to reflect the nature of the suite.

4.5.9

05 Nov 11:42

Choose a tag to compare

4.5.9

Fixed

  • Anticipate plugins activation and loading in the WPLoader module to ensure pluggable functions overridden in plugins will correctly apply.

4.5.8

04 Nov 23:18

Choose a tag to compare

4.5.8

Fixed

  • Fixed DB_PASSWORD constant not being defined when dbPassword configuration parameter is set to an empty string in WPLoader module, fixes #786.

4.5.7

09 Sep 12:20

Choose a tag to compare

4.5.7

Fixed

  • Updated activatePlugin and deactivatePlugin methods in WPBrowser and WPWebDriver modules to reload the plugins page after activation.

3.7.15

09 Sep 12:22

Choose a tag to compare

3.7.15

Fixed

  • Updated activatePlugin and deactivatePlugin methods in WPBrowser and WPWebDriver modules to reload the plugins page after activation.

3.7.14

09 Sep 11:44

Choose a tag to compare

3.7.14

Fixed

  • Updated activatePlugin and deactivatePlugin methods in WPBrowser and WPWebDriver modules to use WordPress 6.5+ compatible selectors

Changed

  • Better WPLoader module output in exceptions (thanks @BrianHenryIE).

4.5.6

08 Sep 13:45

Choose a tag to compare

4.5.6

Fixed

  • Updated activatePlugin and deactivatePlugin methods in WPBrowser and WPWebDriver modules to use WordPress 6.5+ compatible selectors

4.5.5

15 Aug 15:16

Choose a tag to compare

4.5.5

Changed

  • Better WPLoader module output in exceptions (thanks @BrianHenryIE).

3.7.13

20 Jun 08:50

Choose a tag to compare

3.7.13

Added

  • The WPLoader module will now attempt resolving the WP_CONTENT_DIR, WP_PLUGIN_DIR, WPMU_PLUGIN_DIR and
    pluginsFolder configuration parameters from the Codeception root directory if not possible to resolve them from the
    current working directory. (thanks @BrianHenryIE)

Fixed

  • Restored support for the allow-root configuration parameter in the WPCLI module.
  • Extensions event subscription to avoid type issues with newer PHP versions.
  • Correctly serialize and unserialize options in the SQLite database implementation.
  • Fix Symlinker extension issue where the target link path would be built incorrectly.