mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
15 lines
647 B
YAML
15 lines
647 B
YAML
issueNumber: MDL-71326
|
|
notes:
|
|
core:
|
|
- message: >+
|
|
- Final deprecation and removal of the following functions:
|
|
- `plagiarism_plugin::get_configs()`
|
|
- `plagiarism_plugin::get_file_results()`
|
|
- `plagiarism_plugin::update_status()`, please use `{plugin name}_before_standard_top_of_body_html` instead.
|
|
- Final deprecation and removal of `plagiarism_get_file_results()`.
|
|
Please use `plagiarism_get_links()` instead.
|
|
- Final deprecation and removal of `plagiarism_update_status()`. Please
|
|
use `{plugin name}_before_standard_top_of_body_html()` instead.
|
|
|
|
type: deprecated
|