mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-35864 enrol: misc fixups
* Removed get_config_instance_capabilities() which was from older reviewed vrsions of the patch * Added note to upgrade.txt * Fixed deprecation note * Bump versions
This commit is contained in:
parent
12bdea2eb5
commit
82f88cabe9
15 changed files with 31 additions and 37 deletions
|
@ -1,6 +1,10 @@
|
|||
This files describes API changes in /enrol/* - plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 2.8 ===
|
||||
|
||||
* enrol_plugin::instance_deleteable() is deprecated and has been replaced by enrol_plugin::can_delete_instance()
|
||||
|
||||
=== 2.6 ===
|
||||
|
||||
* Enrolment plugin which supports self enrolment should implement can_self_enrol()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue