From c143ddad34fb86ff61b712d64edcd437f0d355d3 Mon Sep 17 00:00:00 2001 From: "Carlos Alexandre S. da Fonseca" Date: Thu, 16 Aug 2018 14:52:24 -0300 Subject: [PATCH] upgrade version file --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index 9bf1c44..ce110bb 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017120100; // The current module version (Date: YYYYMMDDXX). -$plugin->requires = 2017111300; // Requires this Moodle version (moodle 3.4.x). +$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 = '3.0.0'; // Human-friendly version name. +$plugin->release = '2.2.8'; // Human-friendly version name. // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE. -$plugin->maturity = MATURITY_ALPHA; +$plugin->maturity = MATURITY_STABLE;