. /** * This file contains the version information for the studentname plugin. * * @package customcertelement_studentname * @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 = 2012120300; // Requires this Moodle version. $plugin->component = 'customcertelement_studentname';