Skip to content

Releases: JDGrimes/wpppb

0.3.6

27 Apr 18:35
cc117cf
Compare
Choose a tag to compare

Fixed

  • Corrected the PHPUnit 6 compat file path in newer WP versions.

0.3.5

03 Jan 22:33
faaac99
Compare
Choose a tag to compare

Fixed

  • Cross-platform compatibility for sed. #24
  • Deprecation notices for the each() function on PHP 7.2. #21
  • Clarified message relating to core tests path. #22

0.3.4

15 Nov 16:04
4ab0f72
Compare
Choose a tag to compare

Fixed

  • Compatibility with PHP 5.2. #20

0.3.3

15 Nov 15:33
4c34c16
Compare
Choose a tag to compare

Fixed

  • Compatibility with PHPUnit 6 for the uninstall testcase. #20

0.3.2

14 Nov 22:03
619c90d
Compare
Choose a tag to compare

Fixed

  • Warnings and notices during the remote install/usage simulation being ignored. #5
  • Fatal error on PHPUnit 6. #19

0.3.1

10 Oct 15:19
Compare
Choose a tag to compare

Fixed

  • We now fail when plugin install produces unexpected output. #5

0.3.0

06 Oct 16:30
Compare
Choose a tag to compare

Changed

  • The creation and deletion of the extra site on multisite is now performed in dedicated methods. #18

Fixed

  • No newline at the end of error messages. #17
  • No error given when plugin installation fails. #14
  • "Not running uninstall tests" message being shown even when there are no uninstall tests. #13

0.2.3

17 Jan 15:03
Compare
Choose a tag to compare

Fixes

  • deactivate_plugins() function not found during usage simulation. #15

0.2.2

04 Nov 20:03
Compare
Choose a tag to compare

Fixed

  • Speed trap listener class not being loaded along with WordPress test suite. #12

0.2.1

04 Oct 14:57
Compare
Choose a tag to compare

Fixed

  • Database tables for other sites in the network being deleted before installing the plugins when running uninstall tests on multisite. #11