mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-67477 lib: Remove renamed classes
This commit is contained in:
parent
49a9e8b07d
commit
8efa87ed6f
@ -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',
|
||||
|
@ -8,6 +8,9 @@ information provided here is intended especially for developers.
|
||||
of 'scrollable' is true.
|
||||
* The `$CFG->behat_retart_browser_after` configuration setting has been removed.
|
||||
The browser session is now restarted between all tests.
|
||||
* 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