From 0841a9bc61e6a9f1b8235aa53d2828f01abe04c1 Mon Sep 17 00:00:00 2001 From: Muhammad Faraz Maqsood Date: Wed, 18 Dec 2024 11:40:57 +0500 Subject: [PATCH] chore: remove ecommerce plugin as it is deprecated - remove ecommerce plugin from nightly as it is deprecated. - check tutor-ecommerce deprecation issue for more info: https://github.com/overhangio/tutor-ecommerce/issues/83 --- main/main/plugins.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/main/main/plugins.yml b/main/main/plugins.yml index e8529dd..8b9f533 100644 --- a/main/main/plugins.yml +++ b/main/main/plugins.yml @@ -44,17 +44,6 @@ This plugins makes it easy to install the course-discovery application (https://github.com/openedx/course-discovery) in your Open edX environment. -- name: ecommerce - src: -e git+https://github.com/overhangio/tutor-ecommerce.git@main#egg=tutor-ecommerce - url: https://github.com/overhangio/tutor-ecommerce - author: Edly - maintainer: Edly - description: | - E-commerce plugin to sell course products on Open edX. - This plugins makes it easy to install the ecommerce application - (https://github.com/openedx/ecommerce) in your Open edX environment. Note that this - plugin depends on the discovery and the MFE plugins, which must also be enabled. - - name: forum src: -e git+https://github.com/overhangio/tutor-forum.git@main#egg=tutor-forum url: https://github.com/overhangio/tutor-forum