Back to Moodle

enrol_self Upgrade notes

public/enrol/self/UPGRADING.md

5.2.0669 B
Original Source

enrol_self Upgrade notes

5.2

Removed

  • The \enrol_self_plugin::get_welcome_email_contact() has been removed from public/enrol/self/lib.php

    For more information see MDL-87425

5.0

Deprecated

  • Class enrol_self_enrol_form is deprecated, use enrol_self\form\enrol_form instead

    For more information see MDL-84142

Removed

  • Final removal of enrol_self_plugin::get_welcome_email_contact method, please use enrol_plugin::get_welcome_message_contact instead

    For more information see MDL-81185