mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
Upgrade scorm xblock to solve caching issue
See https://github.com/overhangio/openedx-scorm-xblock/issues/1
This commit is contained in:
parent
be6bc76b2c
commit
9043450de8
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- [Bugfix] Upgrade scorm xblock to solve caching issue
|
||||||
|
|
||||||
## v3.12.1 (2020-04-27)
|
## v3.12.1 (2020-04-27)
|
||||||
|
|
||||||
- [Improvement] Increase max upload allowed size to 250Mb in CMS
|
- [Improvement] Increase max upload allowed size to 250Mb in CMS
|
||||||
|
@ -60,7 +60,7 @@ RUN pip uninstall -y ora2 && \
|
|||||||
RUN pip install git+https://github.com/overhangio/edx-oauth2-provider.git@1.2.3#egg=edx-oauth2-provider==1.2.3
|
RUN pip install git+https://github.com/overhangio/edx-oauth2-provider.git@1.2.3#egg=edx-oauth2-provider==1.2.3
|
||||||
|
|
||||||
# Install ironwood-compatible scorm xblock
|
# Install ironwood-compatible scorm xblock
|
||||||
RUN pip install "openedx-scorm-xblock<10.0.0,>=9.0.0"
|
RUN pip install "openedx-scorm-xblock<10.0.0,>=9.1.1"
|
||||||
|
|
||||||
# Install a recent version of nodejs
|
# Install a recent version of nodejs
|
||||||
RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt
|
RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user