. /** * Code fragment to define the version of the mycerts module * * @package local_mycerts * @copyright 2013 Mark Nelson , 2022 Kumi Systems e.U. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late */ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); $plugin->version = 2022071404; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires this Moodle version (3.11). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'local_mycerts'; $plugin->maturity = MATURITY_STABLE; $plugin->release = "3.11.1"; // User-friendly version number.