Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Jan 10, 2025
2 parents 60e7e91 + 3bffdd5 commit 9cb62bb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,17 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-19.0.1'></a>
## v19.0.1 (2025-01-10)

- [Bugfix] Add meilisearch as a dependency on lms-job to avoid meilisearch init job crashing when the platform is stopped. (by @Danyal-Faheem)
- [Improvement] Silence "imghdr" warning in edx-platform. (by @regisb)
- [Bugfix] Properly reload a plugin module on enable/disable/enable. This is an edge case that should not have affected anyone. (by @regisb)

<a id='changelog-19.0.0'></a>
## v19.0.0 (2024-12-11)

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250108_094231_regis_sumac_warnings.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250109_184104_regis_plugin_unload.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "19.0.0"
__version__ = "19.0.1"

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

0 comments on commit 9cb62bb

Please sign in to comment.