mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
v11.2.8 (2021-04-27)
- [Bugfix] Fix parsing of YAML-formatted values in ``config save --set KEY=VALUE`` commands, in use for instance with Ecommerce.
This commit is contained in:
parent
389dd96fdd
commit
dfd3d179e9
@ -2,8 +2,9 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
- [Bugfix] Fix YamlParamType regex to support line terminators.
|
||||
## v11.2.8 (2021-04-27)
|
||||
|
||||
- [Bugfix] Fix parsing of YAML-formatted values in ``config save --set KEY=VALUE`` commands, in use for instance with Ecommerce.
|
||||
|
||||
## v11.2.7 (2021-04-23)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "11.2.7"
|
||||
__version__ = "11.2.8"
|
||||
|
Loading…
Reference in New Issue
Block a user