. /** * Standard version file * * @package gradereport_singleview * @copyright 2014 Moodle Pty Ltd (http://moodle.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'gradereport_singleview'; // Full name of the plugin (used for diagnostics). $plugin->version = 2015111600; $plugin->requires = 2015111000;