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: Remove legacy implementation of before_standard_html_head() #606

Open abias opened 3 months ago

abias commented 3 months ago

605 adds a backwards-compatible implementation of before_standard_html_head() together with the new hooks implementation to the codebase.

However, as soon as 4.1 LTS is out of support (december 2025), the implementation can be improved to only use the hooks implementation in the end.