From 6bc157f2edcda5e2a581e198b7700a5bc57a6410 Mon Sep 17 00:00:00 2001 From: Almira Krdzic Date: Mon, 30 Jul 2018 10:55:13 +0200 Subject: [PATCH] Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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: