From 39284f7891268e5500ba553e0413e8a1815ba995 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 26 Aug 2016 19:32:58 +0800 Subject: [PATCH] Updated maturity --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 39d3fc1..c648192 100644 --- a/version.php +++ b/version.php @@ -29,5 +29,5 @@ $plugin->requires = 2015051100; // Requires this Moodle version (2.9). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert'; -$plugin->maturity = MATURITY_BETA; -$plugin->release = "Beta release (Build: 2016021900)"; // User-friendly version number. +$plugin->maturity = MATURITY_STABLE; +$plugin->release = "Stable 2.9/3.0 release (Build: 2016032201)"; // User-friendly version number.