. /** * This file contains the version information for the grade plugin. * * @package customcertelement_grade * @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 = 2013062800; $plugin->requires = 2013040500; // Requires this Moodle version. $plugin->component = 'customcertelement_grade';