From e8e44f50b0e4ef4a6e518b21690221857b8602c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 2 Oct 2020 14:18:52 +0200 Subject: [PATCH] v10.2.3 (2020-10-02) - [Feature] Add ``images printtag`` command - [Improvement] Make it possible to override individual contact email addresses with plugins - [Bugfix] Replace "no-reply@LMS_BASE" email address by regular contact email address - [Bugfix] Disable learner records globally by default - [Improvement] Upgrade to the latest release of MySQL 5.6 - [Improvement] Non-plugin settings added by "set" directives are now automatically removed when the plugin is disabled (#241) --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7918259..742af16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.2.3 (2020-10-02) - [Feature] Add ``images printtag`` command - [Improvement] Make it possible to override individual contact email addresses with plugins diff --git a/tutor/__about__.py b/tutor/__about__.py index 32f2ffc..3584485 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.2.2" +__version__ = "10.2.3"