Releases: JDGrimes/wp-plugin-uninstall-tester
Releases · JDGrimes/wp-plugin-uninstall-tester
0.6.0
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
Fixed
- Fatal errors when a no-rows-with-prefix assertion failed on PHPUnit versions before 4.0.0. #14
0.5.0
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
Fixed
WP_TESTS_DIR
being assumed as always trailing-slashed. #11
0.3.0
Allows the plugin usage simulator to be called before calling uninstall()
. See #8.
0.2.0
Use correct homepage URL in composer.json
See #7
v0.1.0: Allow for simulation of plugin usage before uninstallation