mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-36887 quiz: reorder upgrade.txt's
This commit is contained in:
parent
96b96229f1
commit
dceeeb29e0
3 changed files with 16 additions and 18 deletions
|
@ -2,14 +2,12 @@ This files describes API changes for quiz access rule plugins.
|
|||
|
||||
Overview of this plugin type at http://docs.moodle.org/dev/Quiz_access_rules
|
||||
|
||||
|
||||
=== 2.2 ===
|
||||
|
||||
* This plugin type was new in Moodle 2.2!
|
||||
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
* This plugin type now supports cron in the standard way. If required, Create a
|
||||
lib.php file containing
|
||||
function quizaccess_mypluginname_cron() {};
|
||||
|
||||
=== 2.2 ===
|
||||
|
||||
* This plugin type was new in Moodle 2.2!
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
This files describes API changes for question behaviour plugins.
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
* This plugin type now supports cron in the standard way. If required, Create a
|
||||
lib.php file containing
|
||||
function qbehaviour_mypluginname_cron() {};
|
||||
|
||||
=== 2.2 ===
|
||||
|
||||
1) The old
|
||||
|
@ -14,10 +20,3 @@ $plugin->dependencies = array(
|
|||
is_compatible_question method. You should change your behaviour to override the
|
||||
new method, not the old one. This change has been implemented in a
|
||||
backwards-compatible way, so behaviours will not break.
|
||||
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
* This plugin type now supports cron in the standard way. If required, Create a
|
||||
lib.php file containing
|
||||
function qbehaviour_mypluginname_cron() {};
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
This files describes API changes for question import/export format plugins.
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
* This plugin type now supports cron in the standard way. If required, Create a
|
||||
lib.php file containing
|
||||
function qformat_mypluginname_cron() {};
|
||||
|
||||
=== 2.1.5 / 2.2.3 / 2.3 ===
|
||||
|
||||
* The readquestions method used to take a second argument $context. However, at
|
||||
|
@ -25,8 +31,3 @@ $string['pluginname_help'] = 'This is a simple format ...';
|
|||
$string['pluginname_link'] = 'qformat/aiken';
|
||||
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
* This plugin type now supports cron in the standard way. If required, Create a
|
||||
lib.php file containing
|
||||
function qformat_mypluginname_cron() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue