Merge branch 'MDL-67477-master' of git://github.com/mihailges/moodle

This commit is contained in:
Jake Dallimore 2020-07-09 08:38:18 +08:00
commit 848f08e126
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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().