From fbf4eea35b516196d66e8eae279dbeca7de397f2 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 31 Oct 2017 11:06:37 +1300 Subject: [PATCH] Flag 3.4 branch as stable release. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 83ed05d..8e70570 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2017102700; $plugin->requires = 2017102700; // Requires 3.4 $plugin->release = '3.4.1'; -$plugin->maturity = MATURITY_ALPHA; +$plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';