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)
This commit is contained in:
Régis Behmo 2020-10-02 14:18:52 +02:00
parent 9d0f2d9178
commit e8e44f50b0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
__version__ = "10.2.2"
__version__ = "10.2.3"