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:
Eloy Lafuente (stronk7)
2015-05-05 17:43:19 +02:00
parent 4f8b6d5674
commit 26ea380d24
357 changed files with 747 additions and 747 deletions
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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;