moodle-expcontent/version.php

10 lines
218 B
PHP
Raw Permalink Normal View History

2021-07-06 14:08:32 +00:00
<?php
defined('MOODLE_INTERNAL') || die();
2021-11-30 11:09:04 +00:00
$plugin->version = "2021113003";
2021-07-06 14:08:32 +00:00
$plugin->component = 'mod_expcontent';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = 'v0.0.1';
2021-11-30 08:43:31 +00:00
$plugin->requires = '2019111800';