Skip to content

Commit cad1e03

Browse files
author
Overhang.IO
committed
Merge remote-tracking branch 'origin/master' into nightly
2 parents 0f67506 + 4fe5fcf commit cad1e03

7 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-15.2.0'></a>
24+
## v15.2.0 (2023-01-19)
25+
26+
- 💥[Bugfix] Fix "example.com" links in registration emails. This is a breaking change for platforms that have modified the "id" field of the LMS site object in the database. These platforms should set `SITE_ID=1` in the common settings via a plugin. (by @regisb)
27+
- [Bugfix] Running `tutor k8s upgrade --from=maple` won't apply and won't wait for the MySQL deployment to be ready if `RUN_MYSQL: false` (When you host your MySQL somewhere else like RDS) (by @CodeWithEmad)
28+
- [Bugfix] Fix HTML component editing in studio by cherry-picking [upstream fix](https://github.com/openedx/edx-platform/pull/31500). (by @regisb)
29+
- [Improvement] Changes annotations from `typing` to use built-in generic types from `__future__.annotations` (by @Carlos-Muniz)
30+
- [Improvement] Resolve `CORS_ORIGIN_WHITELIST` warnings that pollute the LMS and CMS logs. As far as we know they were not causing any issue, apart from being a nuisance. (by @regisb)
31+
2332
<a id='changelog-15.1.0'></a>
2433
## v15.1.0 (2022-12-13)
2534

changelog.d/20230106_163518_regis_fix_example_com_links.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20230109_100009_codewithemad_upgrade_mysql_issue.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20230109_134927_regis_fix_tinymce_formatting.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20230110_130740_cmuniz_built_in_generic_types.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20230117_165024_regis_cors_whitelist.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "15.1.0"
5+
__version__ = "15.2.0"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)