mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v13.1.1 (2022-01-25)
- [Bugfix] Fix authentication in development due to missing SameSite policy on session ID cookie. - [Bugfix] Display properly themed favicon.ico image in LMS, Studio and microfrontends. - [Bugfix] Fix "LazyStaticAbsoluteUrl is not JSON serializable" error when sending bulk emails. - [Bugfix] Fix `tutor local importdemocourse` fails when platform is not up.
This commit is contained in:
parent
26119983d4
commit
bbba7b6c4e
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v13.1.1 (2022-01-25)
|
||||
|
||||
- [Bugfix] Fix authentication in development due to missing SameSite policy on session ID cookie.
|
||||
- [Bugfix] Display properly themed favicon.ico image in LMS, Studio and microfrontends.
|
||||
- [Bugfix] Fix "LazyStaticAbsoluteUrl is not JSON serializable" error when sending bulk emails.
|
||||
|
@ -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__ = "13.1.0"
|
||||
__version__ = "13.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