mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
v11.3.0 (2021-05-18)
- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
- [Bugfix] Fix missing discussion notifications.
- [Improvement] Better error logging when loading a plugin from an incompatible version.
This commit is contained in:
parent
e990291d16
commit
900572fdae
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v11.3.0 (2021-05-18)
|
||||||
|
|
||||||
- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
|
- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
|
||||||
- [Bugfix] Fix missing discussion notifications.
|
- [Bugfix] Fix missing discussion notifications.
|
||||||
- [Improvement] Better error logging when loading a plugin from an incompatible version.
|
- [Improvement] Better error logging when loading a plugin from an incompatible version.
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "11.2.11"
|
__version__ = "11.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user