Skip to content

Releases: lucatume/wp-browser

4.3.2

10 Sep 15:13
Compare
Choose a tag to compare

4.3.2

Fixed

  • Doc-block namespace in the WPRestApiTestCase class, thanks @TimothyBJacobs.

3.7.3

10 Sep 15:29
Compare
Choose a tag to compare

3.7.3

Fixed

  • Doc-block namespace in the WPRestApiTestCase class, thanks @TimothyBJacobs.

3.7.2

09 Sep 14:58
Compare
Choose a tag to compare

3.7.2

Fixed

  • WPLoader::_beforeSuite method signature to avoid breaking compatibility with Codeception 4.x.

4.3.1

07 Sep 10:01
Compare
Choose a tag to compare

4.3.1

Fixed

  • mysql command output in the MysqlServerController information output.

3.7.1

07 Sep 10:03
Compare
Choose a tag to compare

3.7.1

Fixed

  • mysql command output in the MysqlServerController information output.

4.3.0

01 Sep 09:48
Compare
Choose a tag to compare

4.3.0

Added

  • Support for PHPUnit 10 and 11.
  • The MysqlServerController extension.

Fixed

  • Ensure the WPLoader module will initialize correctly when used in loadOnly mode not using the EventDispatcherBridge extension. (thanks @lxbdr)
  • Support loading the wpdb class from either the class-wpdb.php file or the wp-db.php one, supporting older versions of WordPress (thanks @BrianHenryIE)
  • Read content, plugins and mu-plugins directories paths from the WPLoader configuration parameters correctly.
  • In the WPTestCase class, remove attachments created during tests between tests.

3.7.0

01 Sep 09:48
Compare
Choose a tag to compare

3.7.0

Added

  • The MysqlServerController extension.

Fixed

  • Ensure the WPLoader module will initialize correctly when used in loadOnly mode not using the EventDispatcherBridge extension. (thanks @lxbdr)
  • Support loading the wpdb class from either the class-wpdb.php file or the wp-db.php one, supporting older versions of WordPress (thanks @BrianHenryIE)
  • Read content, plugins and mu-plugins directories paths from the WPLoader configuration parameters correctly.
  • In the WPTestCase class, remove attachments created during tests between tests.

4.2.5

26 Jun 07:01
Compare
Choose a tag to compare

4.2.5

Changed

  • Updated documentation entry in EndToEnd suite bootstrap file.

3.6.5

26 Jun 07:02
Compare
Choose a tag to compare

3.6.5

Changed

  • Updated documentation entry in EndToEnd suite bootstrap file.

4.2.4

06 Jun 06:06
Compare
Choose a tag to compare

4.2.4

Added

  • Re-added the Symlinker extension to allow for the symlinking of plugins and themes in place during tests.
  • Update setup to use the Symlinker extension.