Skip to content

Releases: lucatume/wp-browser

3.7.6

18 Oct 14:21
Compare
Choose a tag to compare

3.7.6

Changed

  • Improve LoadSandbox error and messaging (used by the WPLoader module when loadOnly: true) around Codeception early exits. (thanks @andronocean)

4.3.5

16 Oct 17:33
Compare
Choose a tag to compare

4.3.5

Changed

  • Improve LoadSandbox error and messaging (used by the WPLoader module when loadOnly: true) around Codeception early exits. (thanks @andronocean)

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.