mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 17:38:46 +00:00
v3.11.6 (2020-03-13)
- [Bugfix] Fix "Unable to resolve dependency" error during forum initialisation - [Feature] Add `settheme` command to easily assign a theme to a domain name - [Improvement] Modify nginx access logs to include request scheme and server name (plugin developers should use the "tutor" log format) - [Bugfix] Fix DNS resolution of restarted service - [Feature] Restart multiple services with `local restart` - [Feature] Make it possible to easily reload openedx gunicorn process with `tutor local exec lms reload-gunicorn`` - [Improvement] Rename lms/cms_worker to lms/cms-worker in local deployment - [Improvement] Add the management plugin to the rabbitmq container - [Improvement] Make it possible to run an Elasticsearch service on https
This commit is contained in:
parent
8df63a6165
commit
42d698d6e5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
## Unreleased
|
## v3.11.6 (2020-03-13)
|
||||||
|
|
||||||
- [Bugfix] Fix "Unable to resolve dependency" error during forum initialisation
|
- [Bugfix] Fix "Unable to resolve dependency" error during forum initialisation
|
||||||
- [Feature] Add `settheme` command to easily assign a theme to a domain name
|
- [Feature] Add `settheme` command to easily assign a theme to a domain name
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "3.11.5"
|
__version__ = "3.11.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user