From 5cec6c267057c2f4e1ab18f6eef83fe6d8671c3c Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Thu, 26 Sep 2013 14:56:12 +0800 Subject: [PATCH] MDL-41962 events: Bumping plugin versions to update handlers --- enrol/category/version.php | 2 +- enrol/meta/version.php | 2 +- mod/quiz/version.php | 2 +- mod/workshop/allocation/scheduled/version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/enrol/category/version.php b/enrol/category/version.php index e655c7c4663..b8d1173837d 100644 --- a/enrol/category/version.php +++ b/enrol/category/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2013050100; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2013092600; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2013050100; // Requires this Moodle version $plugin->component = 'enrol_category'; // Full name of the plugin (used for diagnostics) $plugin->cron = 60; diff --git a/enrol/meta/version.php b/enrol/meta/version.php index 841022b8ff0..5ee34c3b595 100644 --- a/enrol/meta/version.php +++ b/enrol/meta/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2013050100; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2013092600; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2013050100; // Requires this Moodle version $plugin->component = 'enrol_meta'; // Full name of the plugin (used for diagnostics) $plugin->cron = 60*60; // run cron every hour by default, it is not out-of-sync often \ No newline at end of file diff --git a/mod/quiz/version.php b/mod/quiz/version.php index 492486daf29..e8b4e2be038 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2013050100; // The current module version (Date: YYYYMMDDXX). +$module->version = 2013092600; // The current module version (Date: YYYYMMDDXX). $module->requires = 2013050100; // Requires this Moodle version. $module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics). $module->cron = 60; diff --git a/mod/workshop/allocation/scheduled/version.php b/mod/workshop/allocation/scheduled/version.php index c387f0aeffc..8bc0628d857 100644 --- a/mod/workshop/allocation/scheduled/version.php +++ b/mod/workshop/allocation/scheduled/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'workshopallocation_scheduled'; -$plugin->version = 2013050100; +$plugin->version = 2013092600; $plugin->requires = 2013050100; $plugin->dependencies = array( 'workshopallocation_random' => 2013050100,