Skip to content

Commit 8ff8357

Browse files
committed
v18.1.0
1 parent 00cb277 commit 8ff8357

7 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:
1919

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

22+
<a id='changelog-18.1.0'></a>
23+
## v18.1.0 (2024-12-10)
24+
25+
- 💥[Feature] Rename course-authoring MFE to "authoring". Existing URLs are redirected for backward compatibility. (by @regisb)
26+
- [Feature] Upgrade to Node 20. (by @arbrandes)
27+
- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes)
28+
- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim)
29+
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
30+
* Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
31+
* Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
32+
2233
<a id='changelog-18.0.2'></a>
2334
## v18.0.2 (2024-10-29)
2435

changelog.d/20240920_143739_regis_authoring_rename.md

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

changelog.d/20241010_090821_arbrandes_node_20_upgrade.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md

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

changelog.d/20241113_224236_hina.khadim.md

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

changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

tutormfe/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "18.0.2"
1+
__version__ = "18.1.0"

0 commit comments

Comments
 (0)