-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: correctly deactivate network activated plugin before uninstall. #319
Fix: correctly deactivate network activated plugin before uninstall. #319
Conversation
Allow deleting the currently active theme
…tion Handle extension activation for WP error or extension not found
…-alert Display warning in plugin list info if plugin version is higher than expected
Move PHP 5.4 tests from `WP_VERSION` `latest` to `5.1`
Fix the wp-cli#166 bug: the "wp theme search" command has not the "page" option
Enhancement: Add PHP 7.3 to Travis CI build matrix
Update .distignore and .gitignore with phpcs/phpunit config files Update wp-cli-tests to 2.1
Allow Composer plugins to run
Ensure bundled themes don't interfere with update tests
…add/mu-plugin-title
…command into add/mu-plugin-title
When uninstalling a network activated plugin, the network tag is now added to correctly deactivate the plugin before removal.
@NielsdeBlaauw thank you for your contribution! It looks good to me, however the functional tests are failing. Can you please look into it? |
@Sidsector9 thanks, I've updated the changeset to fix the output for results reporting. Cheers. |
The code looks good. It should have a test to cover this specific usage with a multisite. If you need help give a shout. |
Proceeding with wp-cli/wp-cli#5594 for this repository. I've captured this PR to https://gist.github.com/danielbachhuber/f9aa4f759c7d57ff2663d07766241692 in case this PR is auto-closed or broken in some way. |
98fbf53
to
a07cad7
Compare
When uninstalling a network activated plugin, the network tag is now added to correctly deactivate the plugin before removal.
Fixes #312