forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-57886 plagarism: add note about behaviour change
- Loading branch information
1 parent
ecf8920
commit 6bfd419
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
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. | ||
Plugins should now use scheduled tasks. |