mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-11 21:57:59 +00:00
v10.2.0 (2020-08-16)
- [Bugfix] Fix incorrect loading of some resources from localhost:18000 in development - [Bugfix] Fix Samesite=None Secure=False cookie error for users accessing the LMS with the latest release of Google Chrome - [Security] Apply javascript security patch ([pull request](https://github.com/edx/edx-platform/pull/24762)) - [Bugfix] Fix "FileError" on Scorm package upload in Scorm XBlock - 💥[Improvement] Serve openedx static assets with [whitenoise](http://whitenoise.evans.io/en/stable/) instead of nginx. This removes the `k8s-deployments-nginx-init-containers` patch. Plugins are encouraged to implement static asset serving with Whitenoise as well. - [Bugfix] Fix dependency on mysql service when mysql is not activated - [Improvement] Improve openedx Docker image build time and size with multi-stage build - 💥[Feature] Get rid of outdated sysadmin dashboard in LMS at /sysadmin
This commit is contained in:
parent
699c589038
commit
2ac6f8e8dd
@ -2,7 +2,7 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
## v10.2.0 (2020-08-16)
|
||||
|
||||
- [Bugfix] Fix incorrect loading of some resources from localhost:18000 in development
|
||||
- [Bugfix] Fix Samesite=None Secure=False cookie error for users accessing the LMS with the latest release of Google Chrome
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "10.1.0"
|
||||
__version__ = "10.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user