Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-52702 plagiarism: Improvements to base plugin class
[moodle.git]
/
plagiarism
/
upgrade.txt
1
This files describes API changes for code that uses the plagiarism API.
2
3
=== 3.1 ===
4
5
1) The plagiarism_plugin::plagiarism_cron() and plagiarism_plugin::cron() methods have been deprecated.
6
Plugins should now use scheduled tasks.