version.php 431 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * This file contains the version information for the onlinetext DTT plugin
 *
 * @package    assignsubmission_dtt
 * @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_dtt';
$plugin->maturity  = MATURITY_STABLE;
$plugin->release   = "2.0.0";