. /** * This file contains the version information for the teachername plugin. * * @package customcertelement_teachername * @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 = 2013072401; $plugin->requires = 2014051200; // Requires this Moodle version (2.7). $plugin->component = 'customcertelement_teachername';