mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-44640 enrol: trigger events on instances actions
This commit is contained in:
parent
fd57d685c7
commit
080c7d471d
12 changed files with 417 additions and 7 deletions
|
@ -1,6 +1,12 @@
|
|||
This files describes API changes in /enrol/* - plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.0 ===
|
||||
|
||||
* Added new events enrol_instance_created, enrol_instance_updated and
|
||||
enrol_instance_deleted . Always trigger them when changing records in the
|
||||
DB table 'enrol'.
|
||||
|
||||
=== 2.9 ===
|
||||
|
||||
* External function core_enrol_external::get_users_courses now returns additional optional fields:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue