v19.0.1
v19.0.1 (2025-01-31)
Bug Fixes
The tutor-forum plugin hardcodes the value of the name of the forum database in the Django settings, dropping the previous FORUM_MONGODB_DATABASE setting (https://github.com/overhangio/tutor-forum/blob/5d3d2dd7d1ea3c9a311ac5619eb5931a111ba363/tutorforum/plugin.py#L29).
We reintroduce the FORUM_MONGODB_DATABASE setting and ensure the mongodb user has permissions over the Forum Database.
In order to be able to override the hardcoded value we lower the priority level of the Drydock patches, guaranteeing that they are going to be applied after all the installed plugins.
Detailed Changes: v19.0.0...v19.0.1