Skip to content

Commit 9cb62bb

Browse files
author
Overhang.IO
committed
Merge remote-tracking branch 'origin/release'
2 parents 60e7e91 + 3bffdd5 commit 9cb62bb

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ instructions, because git commits are used to generate release notes:
2020

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

23+
<a id='changelog-19.0.1'></a>
24+
## v19.0.1 (2025-01-10)
25+
26+
- [Bugfix] Add meilisearch as a dependency on lms-job to avoid meilisearch init job crashing when the platform is stopped. (by @Danyal-Faheem)
27+
- [Improvement] Silence "imghdr" warning in edx-platform. (by @regisb)
28+
- [Bugfix] Properly reload a plugin module on enable/disable/enable. This is an edge case that should not have affected anyone. (by @regisb)
29+
2330
<a id='changelog-19.0.0'></a>
2431
## v19.0.0 (2024-12-11)
2532

26-
- 💥[Feature] Upgrade default charset and collation of mysql to utf8mb4 and utf8mb4_unicode_ci respectively (by @Danyal-Faheem)
33+
- 💥[Feature] Upgrade default charset and collation of mysql to utf8mb4 and `utf8mb4_unicode_ci` respectively (by @Danyal-Faheem)
2734
- Add do command to upgrade the charset and collation of tables in mysql.
2835
- The command will perform the following upgrades:
2936
- Upgrade all `utf8mb3` charset to `utf8mb4`

changelog.d/20250102_143119_danyal.faheem_fix_meilisearch_init_job.md

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

changelog.d/20250108_094231_regis_sumac_warnings.md

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

changelog.d/20250109_184104_regis_plugin_unload.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__ = "19.0.0"
5+
__version__ = "19.0.1"
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)