moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
55 stars 49 forks source link

Upgrade: Migrate the before_standard_html_head() function to the new hook callback on Moodle 4.4, resolves #604. #605

Closed abias closed 3 months ago

abias commented 3 months ago

This patch is mainly targeted towards the upcoming Moodle 4.4 release, but it is implemented in a backwards-compatible way.

It has been tested by me manually in 4.4dev. As soon as the tests of the PR (on 4.3) are green, it can be merged.

abias commented 3 months ago

I will merge this no without peer review as it's just an architectural change.