MDL-30635 enable standard cron for all question and quiz plugin types.
[moodle.git] / mod / quiz / accessrule / upgrade.txt
CommitLineData
c2f5e2ab
TH
1This files describes API changes for quiz access rule plugins.
2
3Overview of this plugin type at http://docs.moodle.org/dev/Quiz_access_rules
4
5
6=== 2.2 ===
7
8* This plugin type was new in Moodle 2.2!
9
10
11=== 2.3 ===
12
13* This plugin type now supports cron in the standard way. If required, Create a
14 lib.php file containing
15function quizaccess_mypluginname_cron() {};