mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-69127' of https://github.com/paulholden/moodle
This commit is contained in:
commit
853f07d4c0
@ -1,6 +1,15 @@
|
||||
This files describes API changes in analytics sub system,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 4.2 ===
|
||||
|
||||
* The following analytics target classes, renamed since 3.7, have now been removed completed:
|
||||
- `\core\analytics\target\course_dropout`
|
||||
- `\core\analytics\target\course_competencies`
|
||||
- `\core\analytics\target\course_completion`
|
||||
- `\core\analytics\target\course_gradetopass`
|
||||
- `\core\analytics\target\no_teaching`
|
||||
|
||||
=== 3.11 ===
|
||||
|
||||
* Final deprecation get_enabled_time_splitting_methods. Method has been removed. Use
|
||||
|
@ -36,12 +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 = [
|
||||
// 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',
|
||||
'core\\analytics\\target\\course_completion' => 'core_course\\analytics\\target\\course_completion',
|
||||
'core\\analytics\\target\\course_gradetopass' => 'core_course\\analytics\\target\\course_gradetopass',
|
||||
'core\\analytics\\target\\no_teaching' => 'core_course\\analytics\\target\\no_teaching',
|
||||
// Since Moodle 4.0.
|
||||
'format_base' => 'core_courseformat\\base',
|
||||
'format_topics_renderer' => 'format_topics\\output\\renderer',
|
||||
|
Loading…
x
Reference in New Issue
Block a user