Skip to content

Releases: lucatume/wp-browser

4.1.6

07 Apr 12:53
Compare
Choose a tag to compare

4.1.6

Changed

  • Load WordPress at SUITE_BEFORE in the WPLoader module, I had previously changed this to SUITE_INIT but that was causing issues.
  • Update Core PHPUnit tests
  • Update SQLite plugin.

3.5.6

07 Apr 12:53
Compare
Choose a tag to compare

3.5.6

Changed

  • Load WordPress at SUITE_BEFORE in the WPLoader module, I had previously changed this to SUITE_INIT but that was causing issues.
  • Update Core PHPUnit tests
  • Update SQLite plugin.

4.1.5

28 Mar 08:53
Compare
Choose a tag to compare

4.1.5

Changed

  • Update init template to scaffold dump file path and example tests correctly (thanks @tarecord).

3.5.5

28 Mar 08:54
Compare
Choose a tag to compare

3.5.5

Changed

  • Update init template to scaffold dump file path and example tests correctly (thanks @tarecord).

4.1.4

19 Mar 10:03
Compare
Choose a tag to compare

4.1.4

Added

  • The AirplaneMode module, based on the norcross/airplane-mode plugin, to put the website under test in "airplane mode", preventing it from making any network requests during tests.

3.5.4

19 Mar 12:08
Compare
Choose a tag to compare

3.5.4

Fixed

  • Update the build script to target the correct branch.

3.5.3

19 Mar 10:04
Compare
Choose a tag to compare

3.5.3

Added

  • The AirplaneMode module, based on the norcross/airplane-mode plugin, to put the website under test in "airplane mode", preventing it from making any network requests during tests.

4.1.3

13 Mar 10:39
Compare
Choose a tag to compare

4.1.3

Added

  • lucatume\WPBrowser\Traits\UopzFunctions trait to provide a set of functions to work with the uopz extension; see the documentation for more details.

3.5.2

13 Mar 10:40
Compare
Choose a tag to compare

3.5.2

Added

  • lucatume\WPBrowser\Traits\UopzFunctions trait to provide a set of functions to work with the uopz extension; see the documentation for more details.

4.1.2

07 Mar 08:56
Compare
Choose a tag to compare

4.1.2

Changed

  • Disable MU update routine in CLI router to speed up test execution.