diff --git a/README.md b/README.md index 08e77bb..26d922d 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,15 @@ After any of these actions run: ##### Removing existing plugin -For removing plugin that has no db changes just remove it from composer.json with: +1) remove it from composer.json with: - composer remove wpackagist-plugin/{plugin_name} + composer remove wpackagist-plugin/{plugin_name} -After that remove it from `"activate-plugins"` and `"update-db"` scripts. +2) remove it from `"activate-plugins"` and `"update-db"` scripts. + +3) Then run: + + composer update If plugin has database changes that we wish to be removed that is oneoff migration that can be done from admin panel or using script: