MDL-36933 Bump everything to 2012112900
(versions, requires and dependencies)
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2012061700;
|
||||
$plugin->requires = 2012061700; // Requires this Moodle version
|
||||
$plugin->version = 2012112900;
|
||||
$plugin->requires = 2012112900; // Requires this Moodle version
|
||||
$plugin->component = 'workshopallocation_manual';
|
||||
@@ -26,6 +26,6 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'workshopallocation_random';
|
||||
$plugin->version = 2012061700;
|
||||
$plugin->requires = 2012061700;
|
||||
$plugin->version = 2012112900;
|
||||
$plugin->requires = 2012112900;
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
@@ -27,10 +27,10 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'workshopallocation_scheduled';
|
||||
$plugin->version = 2012061700;
|
||||
$plugin->requires = 2012061700;
|
||||
$plugin->version = 2012112900;
|
||||
$plugin->requires = 2012112900;
|
||||
$plugin->dependencies = array(
|
||||
'workshopallocation_random' => 2012061700,
|
||||
'workshopallocation_random' => 2012112900,
|
||||
);
|
||||
$plugin->maturity = MATURITY_ALPHA;
|
||||
$plugin->cron = 60;
|
||||
|
||||
Reference in New Issue
Block a user