mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v14.2.1 (2022-11-24)
- [Improvement] Auto-completion of `plugins` and `config` arguments: `plugins enable/disable NAME`, `plugins install PATH`, `config save --set KEY=VAL`, `config save --unset KEY`, `config printvalue KEY`. (by @regisb) - [Bugfix] Fix minimum click version (>= 8.0.0) when installing tutor from pip. - [Improvement] Enable CORS by default for both LMS and CMS by moving those settings to the `common_all` partial. (by @arbrandes)
This commit is contained in:
parent
04258b9f9b
commit
c9ac12fdd7
@ -20,8 +20,11 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
## Unreleased
|
||||
<a id='changelog-14.2.0'></a>
|
||||
## v14.2.1 (2022-11-24)
|
||||
|
||||
- [Improvement] Auto-completion of `plugins` and `config` arguments: `plugins enable/disable NAME`, `plugins install PATH`, `config save --set KEY=VAL`, `config save --unset KEY`, `config printvalue KEY`. (by @regisb)
|
||||
- [Bugfix] Fix minimum click version (>= 8.0.0) when installing tutor from pip.
|
||||
- [Improvement] Enable CORS by default for both LMS and CMS by moving those settings to the `common_all` partial. (by @arbrandes)
|
||||
|
||||
## v14.2.0 (2022-11-21)
|
||||
|
@ -1 +0,0 @@
|
||||
- [Improvement] Auto-completion of `plugins` and `config` arguments: `plugins enable/disable NAME`, `plugins install PATH`, `config save --set KEY=VAL`, `config save --unset KEY`, `config printvalue KEY`. (by @regisb)
|
@ -1 +0,0 @@
|
||||
- [Bugfix] Fix minimum click version (>= 8.0.0) when installing tutor from pip.
|
@ -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__ = "14.2.0"
|
||||
__version__ = "14.2.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