mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
6 lines
No EOL
232 B
Text
6 lines
No EOL
232 B
Text
This files describes API changes for code that uses the plagiarism API.
|
|
|
|
=== 3.1 ===
|
|
|
|
1) The plagiarism_plugin::plagiarism_cron() and plagiarism_plugin::cron() methods have been deprecated.
|
|
Plugins should now use scheduled tasks. |