mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v14.1.1 (2022-10-25)
- [Security] Fix xblock ajax handler vulnerability. (by @regisb) - [Improvement] Use web proxy gzip encoding to improve bandwidth. We observe a 75% size reduction on the LMS dashboard. (by @ghassanmas)
This commit is contained in:
parent
1161f925a4
commit
7541433729
@ -18,6 +18,8 @@ Every user-facing change should have an entry in this changelog. Please respect
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v14.1.1 (2022-10-25)
|
||||
|
||||
- [Deprecation] Tutor is no longer compatible with Python 3.6. (by @regisb)
|
||||
- [Security] Fix xblock ajax handler vulnerability. (by @regisb)
|
||||
- [Improvement] Use web proxy gzip encoding to improve bandwidth. We observe a 75% size reduction on the LMS dashboard. (by @ghassanmas)
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "14.1.0"
|
||||
__version__ = "14.1.1"
|
||||
|
||||
# The version suffix will be appended to the actual version, separated by a
|
||||
# dash. Use this suffix to differentiate between the actual released version and
|
||||
|
Loading…
Reference in New Issue
Block a user