mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Merge branch 'MDL-67477-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
848f08e126
@ -36,9 +36,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
// The old class name is the key, the new class name is the value.
|
||||
// The array must be called $renamedclasses.
|
||||
$renamedclasses = array(
|
||||
// Since Moodle 3.6.
|
||||
'course_in_list' => 'core_course_list_element',
|
||||
'coursecat' => 'core_course_category',
|
||||
// Since Moodle 3.7.
|
||||
'core\\analytics\\target\\course_dropout' => 'core_course\\analytics\\target\\course_dropout',
|
||||
'core\\analytics\\target\\course_competencies' => 'core_course\\analytics\\target\\course_competencies',
|
||||
|
@ -25,6 +25,9 @@ information provided here is intended especially for developers.
|
||||
- message_unblock_contact
|
||||
- message_block_contact
|
||||
- message_get_contact
|
||||
* The following renamed classes have been completely removed:
|
||||
- course_in_list (now: core_course_list_element)
|
||||
- coursecat (now: core_course_category)
|
||||
|
||||
=== 3.9 ===
|
||||
* Following function has been deprecated, please use \core\task\manager::run_from_cli().
|
||||
|
Loading…
x
Reference in New Issue
Block a user