9 lines
217 B
PHP
9 lines
217 B
PHP
|
<?php
|
||
|
|
||
|
defined('MOODLE_INTERNAL') || die();
|
||
|
|
||
|
$plugin->version = "2021070600";
|
||
|
$plugin->component = 'mod_expcontent';
|
||
|
$plugin->maturity = MATURITY_ALPHA;
|
||
|
$plugin->release = 'v0.0.1';
|
||
|
$plugin->requires = '2019111800';
|