From e241f1e48c91b761dfa72c99445b1a047c36d242 Mon Sep 17 00:00:00 2001 From: "Carlos Alexandre S. da Fonseca" Date: Sat, 4 Aug 2018 18:47:25 -0300 Subject: [PATCH] v2.2.8 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 08ae68e..ce110bb 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018070800; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2018080400; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2018051700; // Requires this Moodle version (moodle 3.5.x). $plugin->cron = 4 * 3600; // Period for cron to check this module (secs). $plugin->component = 'mod_simplecertificate'; $plugin->dependencies = array(); $plugin->release = '2.2.8'; // Human-friendly version name. // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE. -$plugin->maturity = MATURITY_RC; +$plugin->maturity = MATURITY_STABLE;