From d7660169ef25fb6630ae1d26618b0c930f73b33d Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 14 Apr 2024 18:46:40 +0200 Subject: [PATCH] add info about removing modules --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e69d67e..89d7da7 100644 --- a/README.MD +++ b/README.MD @@ -19,9 +19,11 @@ You can use tags when you deploy: - `config`: to deploy just config - `modules`: to deploy modules +⚠ Since the v.2.0.2, modules can only be installed, not removed. The devs are working on this: https://github.com/ether/etherpad-lite/issues/6272 So if you need to remove a plugin, log into the admin interface. + ## CHANGELOG -- **24.03.2024** - Bumped version to 2.0.1 and change from npm to pnpm +- **14.04.2024** - Bumped version to 2.0.2 and change from npm to pnpm - **26.03.2021** - Bumped version to 1.8.13 and enable ep_adminpads2 - **04.03.2021** - Bumped version to 1.8.11 and adjusted readme file - **21.11.2020** - Make it ready for public release