Automatically generated installer lang files
[moodle.git] / plagiarism / upgrade.txt
blob1a664b82479f3c4923a08bd40ecc921d702279bb
1 This files describes API changes for code that uses the plagiarism API.
3 === 3.9 ===
5 * The method get_form_elements_module has been deprecated. Please use {plugin name}_coursemodule_edit_post_actions() instead.
6 * The method save_form_elements has been deprecated. Please use {plugin name}_coursemodule_standard_elements() instead.
8 === 3.7 ===
10 * The plagiarism_cron() function has been deleted, plugins should implement their own scheduled tasks.
12 === 3.4 ===
14 * plagiarism_plugin::get_links() now gets passed the unformated content of online assignment
16 === 3.1 ===
18 1) The plagiarism_plugin::plagiarism_cron() and plagiarism_plugin::cron() methods have been deprecated.
19    Plugins should now use scheduled tasks.