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