mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-33794 version.php: Fix some missing bits before bump.
This commit is contained in:
parent
85c4758c5a
commit
130aed6e7e
@ -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';
|
||||
|
@ -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';
|
||||
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -28,3 +28,4 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2011071100;
|
||||
$plugin->requires = 2011070800;
|
||||
$plugin->component = 'scormreport_basic';
|
||||
|
@ -27,3 +27,4 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2010090501;
|
||||
$plugin->requires = 2010090501;
|
||||
$plugin->component = 'qtype_randomsamatch';
|
||||
|
Loading…
x
Reference in New Issue
Block a user