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