2011-10-14 12:48:00 +02:00
|
|
|
This files describes API changes in /enrol/* - plugins,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2011-10-30 09:28:20 +01:00
|
|
|
|
2013-01-15 21:29:10 +01:00
|
|
|
=== 2.5 ===
|
|
|
|
|
|
|
|
* plugins may use general enrol/editenrolment.php page to let users edit
|
|
|
|
enrolments manually
|
|
|
|
|
2012-05-20 14:36:26 +02:00
|
|
|
=== 2.4 ===
|
|
|
|
|
|
|
|
required changes in code:
|
|
|
|
* use role_get_name() or role_fix_names() if you need any role names, using role.name
|
|
|
|
directly from database is not correct any more
|
2012-08-31 14:15:04 +02:00
|
|
|
* new restore support: ENROL_RESTORE_EXACT, ENROL_RESTORE_NOUSERS
|
|
|
|
and ENROL_RESTORE_CLASS were removed, implement new restore_* plugin methods instead
|
2012-05-20 14:36:26 +02:00
|
|
|
|
2012-10-13 22:23:35 +02:00
|
|
|
other changes and new features:
|
2012-08-25 13:29:28 +02:00
|
|
|
* course enrolment manager now works with disabled plugins too
|
2012-10-13 22:23:35 +02:00
|
|
|
* new support for protected group membership linked to enrol instance
|
|
|
|
* new support for expiry notifications - see enrol_plugin::send_expiry_notifications() method
|
2012-08-25 13:29:28 +02:00
|
|
|
|
2012-05-20 14:36:26 +02:00
|
|
|
|
2011-10-14 12:48:00 +02:00
|
|
|
=== 2.2 ===
|
|
|
|
|
|
|
|
required changes in code:
|
|
|
|
* load_temp_role() is deprecated, use load_temp_course_role() instead, temp role not loaded
|
|
|
|
* remove_temp_role() is deprecated, use remove_temp_course_roles() instead
|
2011-10-23 20:02:31 +02:00
|
|
|
* 'user_unenrol_modified' event was renamed to 'user_enrol_modified'
|
2011-10-30 09:28:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
=== 2.0 ===
|
|
|
|
|
|
|
|
required changes in code:
|
|
|
|
* enrolment plugins need to be rewritten to use new API - see inline phpdocs and official plugins
|