mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
9fa46e8a8c
This class was only used by the database enrolment plugin settings and was replaced by admin_settings_coursecat_select. Also, this class is in a plugin which we do not expect to be extended and therefore it can be simply removed without going through the deprecation process.
9 lines
388 B
Plaintext
9 lines
388 B
Plaintext
This files describes API changes in the enrol_database code.
|
|
|
|
=== 3.9 ===
|
|
* Class enrol_database_admin_setting_category has been removed. This class was only used by the database
|
|
enrolment plugin settings and it was replaced by admin_settings_coursecat_select.
|
|
|
|
=== 3.7 ===
|
|
* enrol/database/cli/sync.php script has been deprecated in favour of enrol_database\task\sync_enrolments task.
|