MDL-50102 versions: bump all versions and requires near release
version = planned 2015051100 release version requires= current 2015050500 rc1 version Note: On purpose, the course format social wrong version (2015102100) has been kept unmodified. Looking forward a solution right now.
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version
|
||||
$plugin->version = 2015051100;
|
||||
$plugin->requires = 2015050500; // Requires this Moodle version
|
||||
$plugin->component = 'workshopallocation_manual';
|
||||
@@ -26,6 +26,6 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'workshopallocation_random';
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015051100;
|
||||
$plugin->requires = 2015050500;
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
@@ -27,10 +27,10 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'workshopallocation_scheduled';
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015051100;
|
||||
$plugin->requires = 2015050500;
|
||||
$plugin->dependencies = array(
|
||||
'workshopallocation_random' => 2014110400,
|
||||
'workshopallocation_random' => 2015050500,
|
||||
);
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->cron = 60;
|
||||
|
||||
Reference in New Issue
Block a user