You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
456 B

This files describes API changes for code that uses the plagiarism API.
=== 3.7 ===
* The plagiarism_cron() function has been deleted, plugins should implement their own scheduled tasks.
=== 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.