mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
This files describes API changes for code that uses the plagiarism API.
|
|
|
|
=== 3.4 ===
|
|
|
|
* plagiarism_plugin::get_links() now gets passed the unformated content of online assignment
|
|
|
|
=== 3.1 ===
|
|
|
|
1) The plagiarism_plugin::plagiarism_cron() and plagiarism_plugin::cron() methods have been deprecated.
|
|
Plugins should now use scheduled tasks.
|