Skip to content

Releases: JDGrimes/wp-plugin-uninstall-tester

0.6.0

30 Jun 19:32
Compare
Choose a tag to compare

Added

  • Support for testing with the plugin network-activated. #2

Changed

  • $this->plugin_file is now supposed to be a relative path. #2
  • The plugin must now be installed in the plugins folder of the site. #2
  • The plugin is now deactivated after usage simulation. #2
  • activate_plugin() and uninstall_plugin() are now used directly, rather than just simulated. #2

0.5.1

29 Jun 14:24
Compare
Choose a tag to compare

Fixed

  • Fatal errors when a no-rows-with-prefix assertion failed on PHPUnit versions before 4.0.0. #14

0.5.0

26 Sep 18:41
Compare
Choose a tag to compare

Changed

  • No longer manually hooks up the install function in the install script. #13
  • Exits with code 1 when bailing out. #12

0.4.3

30 Apr 19:37
Compare
Choose a tag to compare

Fixed

  • WP_TESTS_DIR being assumed as always trailing-slashed. #11

0.4.2

25 Nov 14:49
Compare
Choose a tag to compare

See #9.

0.4.1

12 Nov 20:33
Compare
Choose a tag to compare

See #9.

0.4.0

11 Nov 22:11
Compare
Choose a tag to compare

See #9.

0.3.0

30 Aug 19:40
Compare
Choose a tag to compare

Allows the plugin usage simulator to be called before calling uninstall(). See #8.

0.2.0

29 Aug 14:16
Compare
Choose a tag to compare
Use correct homepage URL in composer.json

See #7

v0.1.0: Allow for simulation of plugin usage before uninstallation

18 Jan 21:19
Compare
Choose a tag to compare