mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 08:46:34 +00:00
18d3b57748
Bulk course emails used to contain many references to edX. This is resolved here by switching to edx-ace for sending emails. See: https://github.com/openedx/build-test-release-wg/issues/100 https://edx.readthedocs.io/projects/edx-platform-technical/en/latest/featuretoggles.html#featuretoggle-BULK_EMAIL_SEND_USING_EDX_ACE https://github.com/openedx/edx-platform/pull/29900
558 B
558 B
Changelog (nightly branch)
Note: Breaking changes between versions are indicated by "💥".
- [Bugfix] Remove edX references from bulk emails (issue).
- [Bugfix] Update
celery
invocations for lms-worker and cms-worker to be compatible with Celery 5 CLI. - [Improvement] Point CMS at its config file using
CMS_CFG
environment variable instead of deprecatedSTUDIO_CFG
. - [Bugfix] Start MongoDB when running migrations, because a new data migration fails if MongoDB is not running