From c0fb64714ffffb78c72626e9a86a2633405d5102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 8 Sep 2022 12:10:38 +0200 Subject: [PATCH] feat: bump scorm to v14.0.0 --- CHANGELOG.md | 9 +++++---- tutor/templates/config/defaults.yml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2a510..b4bbf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,17 +18,18 @@ Every user-facing change should have an entry in this changelog. Please respect ## Unreleased +- [Improvement] Upgrade Scorm XBlock to v14.0.0. (by @regisb) - 💥[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). +- [Feature] Upgrade edx-platform i18n strings to nutmeg.2. (by @regisb) ## v14.0.5 (2022-08-29) -- [Bugfix] Fix MongoDB replica set connection error resulting from edx-platform's pymongo (3.10.1 -> 3.12.3) upgrade ([edx-platform#30569](https://github.com/openedx/edx-platform/pull/30569)) (by @ormsbee). -- [Feature] Upgrade all applications to open-release/nutmeg.2 (@BbrSofiane). +- [Bugfix] Fix MongoDB replica set connection error resulting from edx-platform's pymongo (3.10.1 -> 3.12.3) upgrade ([edx-platform#30569](https://github.com/openedx/edx-platform/pull/30569)). (by @ormsbee) +- [Feature] Upgrade all applications to open-release/nutmeg.2. (by @BbrSofiane) ## v14.0.4 (2022-07-29) -- [Feature] Add the `-m/--mount` option to `tutor dev quickstart`. +- [Feature] Add the `-m/--mount` option to `tutor dev quickstart`. (by @regisb) - [Bugfix] Fix `tutor dev start -m /path/to/frontend-app-learning` by introducing dev-specific `COMPOSE_DEV_TMP` and `COMPOSE_DEV_JOBS_TMP` filters (by @regisb). - [Bugfix] Log the shell commands that Tutor executes more accurately. (by @kdmccormick) - [Bugfix] `tutor dev quickstart` would fail under certain versions of docker-compose due to a bug in the logic that handled volume mounting. (by @kdmccormick) diff --git a/tutor/templates/config/defaults.yml b/tutor/templates/config/defaults.yml index 6a797e8..af9adfb 100644 --- a/tutor/templates/config/defaults.yml +++ b/tutor/templates/config/defaults.yml @@ -50,7 +50,7 @@ OPENEDX_CSMH_MYSQL_DATABASE: "{{ OPENEDX_MYSQL_DATABASE }}_csmh" OPENEDX_MYSQL_USERNAME: "openedx" OPENEDX_COMMON_VERSION: "open-release/nutmeg.2" OPENEDX_EXTRA_PIP_REQUIREMENTS: - - "openedx-scorm-xblock<14.0.0,>=13.0.0" + - "openedx-scorm-xblock<15.0.0,>=14.0.0" MYSQL_HOST: "mysql" MYSQL_PORT: 3306 MYSQL_ROOT_USERNAME: "root"