Skip to content

Releases: lucatume/wp-browser

4.3.4

13 Sep 08:24
Compare
Choose a tag to compare

4.3.4

Fixed

  • Set proper WPTetCase::factory() return type, so IDE autocompletion works (thanks @defunctl).

3.7.5

13 Sep 08:40
Compare
Choose a tag to compare

3.7.5

Fixed

  • Set proper WPTetCase::factory() return type, so IDE autocompletion works (thanks @defunctl).

4.3.3

11 Sep 07:54
Compare
Choose a tag to compare

What's Changed

  • Explicitly set DB_ constants in loadOnly:true by @lucatume in #755

Full Changelog: 4.3.2...4.3.3

3.7.4

11 Sep 08:02
Compare
Choose a tag to compare

3.7.4

Fixed

  • Ensure the WPLoader module will set the db constants when in loadOnly: true mode.
  • The WPLoader module will now set the WPBROWSER_LOAD_ONLY environment variable to 1 when in loadOnly: true and to 0 when in loadOnly: false mode.
  • Updated documentation for the WPLoader module to explicitly state that the configFlile parameter will be used both when in loadOnly: true and loadOnly: false modes.

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.