mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-05 15:12:10 +00:00
depr: richie plugin is no longer official
The richie plugin was transferred to the openfun GitHub org. As a consequence, it is no longer part of the list of official plugins. See: https://github.com/overhangio/tutor-contrib-richie/pull/5
This commit is contained in:
parent
dbb528aba4
commit
020f6d1137
@ -18,6 +18,7 @@ Every user-facing change should have an entry in this changelog. Please respect
|
||||
|
||||
## Unreleased
|
||||
|
||||
- 💥[Improvement] The Richie plugin was transferred to the Openfun organization; thus, it is no longer officially supported and it is removed from the default set of plugins that ships with `pip install tutor[full]` or the Tutor pre-compiled binary. Users are encouraged to uninstall the `tutor-richie` Python package and install the `tutor-contrib-richie` package instead.
|
||||
- [Feature] Upgrade edx-platform i18n strings to nutmeg.2 (by @regisb).
|
||||
|
||||
## v14.0.5 (2022-08-29)
|
||||
|
2
Makefile
2
Makefile
@ -117,7 +117,7 @@ ci-test-bundle: ## Run basic tests on bundle
|
||||
yes "" | ./dist/tutor config save --interactive
|
||||
./dist/tutor config save
|
||||
./dist/tutor plugins list
|
||||
./dist/tutor plugins enable android discovery ecommerce forum license mfe minio notes richie webui xqueue
|
||||
./dist/tutor plugins enable android discovery ecommerce forum license mfe minio notes webui xqueue
|
||||
./dist/tutor plugins list
|
||||
./dist/tutor license --help
|
||||
|
||||
|
@ -7,6 +7,5 @@ tutor-license>=14.0.0,<15.0.0
|
||||
tutor-mfe>=14.0.0,<15.0.0
|
||||
tutor-minio>=14.0.0,<15.0.0
|
||||
tutor-notes>=14.0.0,<15.0.0
|
||||
tutor-richie>=14.0.0,<15.0.0
|
||||
tutor-webui>=14.0.0,<15.0.0
|
||||
tutor-xqueue>=14.0.0,<15.0.0
|
||||
|
@ -281,7 +281,6 @@ class OfficialPlugin(BasePlugin):
|
||||
"mfe",
|
||||
"minio",
|
||||
"notes",
|
||||
"richie",
|
||||
"webui",
|
||||
"xqueue",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user