. /** * This file contains the version information for the onlinetext submission plugin * * @package assignsubmission_onlinetext * @copyright 2012 NetSpot {@link http://www.netspot.com.au} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2015111600; $plugin->requires = 2015111000; $plugin->component = 'assignsubmission_onlinetext';