From 42d698d6e568e503386591fd33ef584adabc9001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 13 Mar 2020 19:09:26 +0100 Subject: [PATCH] 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 --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305d3b3..6bb0157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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 - [Feature] Add `settheme` command to easily assign a theme to a domain name diff --git a/tutor/__about__.py b/tutor/__about__.py index 425110f..92bbba8 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.5" +__version__ = "3.11.6"