Skip to content

Commit

Permalink
MDL-36887 quiz: reorder upgrade.txt's
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 30, 2012
1 parent 96b9622 commit dceeeb2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
10 changes: 4 additions & 6 deletions mod/quiz/accessrule/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!
13 changes: 6 additions & 7 deletions question/behaviour/upgrade.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {};
11 changes: 6 additions & 5 deletions question/format/upgrade.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {};

0 comments on commit dceeeb2

Please sign in to comment.