<?php /** * This file contains the version information for the onlinetext DTA plugin * * @package assignsubmission_dta * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2000000; $plugin->requires = 2019111800; // Moodle 3.8. $plugin->component = 'assignsubmission_dta'; $plugin->maturity = MATURITY_STABLE; $plugin->release = "2.0.0";