MDL-67199 versions: bump all versions and requires near release
version = 2019111800 release version requires= 2019111200 current beta (week7roll1) version
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2019052000;
|
||||
$plugin->requires = 2019051100; // Requires this Moodle version.
|
||||
$plugin->version = 2019111800;
|
||||
$plugin->requires = 2019111200; // Requires this Moodle version.
|
||||
$plugin->component = 'workshopallocation_manual';
|
||||
|
||||
@@ -26,6 +26,6 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'workshopallocation_random';
|
||||
$plugin->version = 2019052000;
|
||||
$plugin->requires = 2019051100;
|
||||
$plugin->version = 2019111800;
|
||||
$plugin->requires = 2019111200;
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
@@ -27,9 +27,9 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'workshopallocation_scheduled';
|
||||
$plugin->version = 2019052000;
|
||||
$plugin->requires = 2019051100;
|
||||
$plugin->version = 2019111800;
|
||||
$plugin->requires = 2019111200;
|
||||
$plugin->dependencies = array(
|
||||
'workshopallocation_random' => 2019051100,
|
||||
'workshopallocation_random' => 2019111200,
|
||||
);
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
||||
Reference in New Issue
Block a user