6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-22 01:19:01 +00:00

Merge branch 'master' into nightly

This commit is contained in:
Régis Behmo 2022-01-04 17:23:58 +01:00
commit 4db6ccf315

View File

@ -4,15 +4,18 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v13.0.2
- [Security] Upgrade Django to 3.2.11 in edx-platform.
- [Security] Prevent non-staff users from searching usernames by email by abusing the logout url.
## v13.0.2 (2021-12-22)
- [Security] Prevent non-staff users from searching usernames by email.
## v13.0.1
## v13.0.1 (2021-12-20)
- [Fix] Missing requirements file in `pip install tutor[full]`.
## v13.0.0
## v13.0.0 (2021-12-20)
- 💥[Improvement] Upgrade to Maple
- Install all official plugins as part of the `tutor[full]` package.