mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-67477-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
848f08e126
2 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||||
// The old class name is the key, the new class name is the value.
|
// The old class name is the key, the new class name is the value.
|
||||||
// The array must be called $renamedclasses.
|
// The array must be called $renamedclasses.
|
||||||
$renamedclasses = array(
|
$renamedclasses = array(
|
||||||
// Since Moodle 3.6.
|
|
||||||
'course_in_list' => 'core_course_list_element',
|
|
||||||
'coursecat' => 'core_course_category',
|
|
||||||
// Since Moodle 3.7.
|
// Since Moodle 3.7.
|
||||||
'core\\analytics\\target\\course_dropout' => 'core_course\\analytics\\target\\course_dropout',
|
'core\\analytics\\target\\course_dropout' => 'core_course\\analytics\\target\\course_dropout',
|
||||||
'core\\analytics\\target\\course_competencies' => 'core_course\\analytics\\target\\course_competencies',
|
'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_unblock_contact
|
||||||
- message_block_contact
|
- message_block_contact
|
||||||
- message_get_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 ===
|
=== 3.9 ===
|
||||||
* Following function has been deprecated, please use \core\task\manager::run_from_cli().
|
* Following function has been deprecated, please use \core\task\manager::run_from_cli().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue