. /** * This file contains the version information for the text plugin. * * @package customcertelement_text * @copyright 2013 Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); $plugin->version = 2020110900; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2020110900; // Requires this Moodle version (3.10). $plugin->component = 'customcertelement_text';