mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
v3.8.0
- [Improvement] Add `k8s-deployments-nginx-volume-mounts` patch - [Bugfix] Fix running forum locally when both elasticsearch and mongodb are not activated (#266) - [Bugfix] Fix MongoDb url in forum when running separate service (#267) - 💥[Improvement] Better `dev` commands, with dedicated development docker image. One of the consequences is that the `dev watchthemes` command is replaced by `dev run lms watchthemes`. - [Improvement] `images` commands now accept multiple `image` arguments
This commit is contained in:
parent
07aa0e47f2
commit
74b3baab47
@ -2,7 +2,7 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
## 3.8.0 (2019-11-22)
|
||||
|
||||
- [Improvement] Add `k8s-deployments-nginx-volume-mounts` patch
|
||||
- [Bugfix] Fix running forum locally when both elasticsearch and mongodb are not activated (#266)
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "3.7.4"
|
||||
__version__ = "3.8.0"
|
||||
|
Loading…
Reference in New Issue
Block a user