. /** * Code fragment to define the version of the certificate module * * @package mod_certificate * @copyright Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2018040201; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2016052300; // Requires this Moodle version (3.1) $plugin->cron = 12*60*20; // Period for cron to check this module (secs) $plugin->component = 'mod_certificate'; $plugin->maturity = MATURITY_STABLE; $plugin->release = "Master (Build: 2018040201)"; // User-friendly version number