mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
90 stars 158 forks source link

521 Fix: title and description shown twice #523

Closed leonstr closed 1 year ago

leonstr commented 1 year ago

Removed code to show this activity's title and description as this is now handled by the activity header class in Moodle 4.0 (see MDL-72413 and https://moodledev.io/docs/devupdate#the-activity-header-class).

Propose creating branch MOODLE_400_STABLE as these are Moodle 4.0-specific changes. Bumped version number for the same reason.

mdjnelson commented 1 year ago

I will create a MOODLE_400_STABLE branch tonight and cherry-pick these commits. Thanks.