MDL-66268 forumreport_summary: Introduce filter scss
[moodle.git] / plagiarism / upgrade.txt
blobe43b51082e86e5d1a0e565b7b34a307a28f4ff8d
1 This files describes API changes for code that uses the plagiarism API.
2 === 3.7 ===
4 * The plagiarism_cron() function has been deleted, plugins should implement their own scheduled tasks.
6 === 3.4 ===
8 * plagiarism_plugin::get_links() now gets passed the unformated content of online assignment
10 === 3.1 ===
12 1) The plagiarism_plugin::plagiarism_cron() and plagiarism_plugin::cron() methods have been deprecated.
13    Plugins should now use scheduled tasks.