An error occurred while loading the file. Please try again.
version.php 431 bytes
<?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";