Skip to content

Commit

Permalink
MDL-33794 version.php: Fix some missing bits before bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 17, 2012
1 parent 85c4758 commit 130aed6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions mod/assign/feedback/comments/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2012011600;
$plugin->requires = 2011110200;
$plugin->component = 'assignfeedback_comments';
4 changes: 2 additions & 2 deletions mod/assign/feedback/file/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2012011600;
$plugin->requires = 2011110200;


$plugin->component = 'assignfeedback_file';

2 changes: 1 addition & 1 deletion mod/assign/submission/comments/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2012011600;
$plugin->requires = 2011110200;

$plugin->component = 'assignsubmission_comments';
3 changes: 2 additions & 1 deletion mod/assign/submission/file/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2012011600;
$plugin->requires = 2011110200;

$plugin->component = 'assignsubmission_file';
3 changes: 2 additions & 1 deletion mod/assign/submission/onlinetext/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2012011600;
$plugin->requires = 2011110200;

$plugin->component = 'assignsubmission_onlinetext';
1 change: 1 addition & 0 deletions mod/scorm/report/basic/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@

$plugin->version = 2011071100;
$plugin->requires = 2011070800;
$plugin->component = 'scormreport_basic';
1 change: 1 addition & 0 deletions question/type/randomsamatch/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@

$plugin->version = 2010090501;
$plugin->requires = 2010090501;
$plugin->component = 'qtype_randomsamatch';

0 comments on commit 130aed6

Please sign in to comment.