moodle/admin/tool/lp/upgrade.txt
Paul Holden 1e8c579812 MDL-61458 tool_lp: remove custom cohort autocomplete form selector.
The previous commit replaced the only remaining usage of it with the
equivalent core cohort form element. Prior to that, 21a0008f had done
the same.
2023-02-28 15:45:20 +00:00

22 lines
905 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This files describes changes in /admin/tool/lp/* - plugins,
information provided here is intended especially for developers.
=== 4.2 ===
* The `tool_lp/form-cohort-selector` autocomplete AJAX module has been removed, as it was superseded by the
core cohort form element which already provides autocomplete functionality
=== 3.3 ===
* Deprecated classes and their new equivalent:
- tool_lp\external\cohort_summary_exporter   -> core_cohort\external\cohort_summary_exporter
- tool_lp\external\course_summary_exporter -> core_course\external\course_summary_exporter
- tool_lp\external\course_module_summary_exporter -> core_course\external\course_module_summary_exporter
=== 3.2 ===
* The icon 'competency.png/svg' has been removed, please use i/competencies instead.
=== 3.1.1 ===
* The plugin icon 'competency.png/svg' will be removed in the future use i/competencies instead.