10 lines
221 B
PHP
10 lines
221 B
PHP
|
<?php
|
||
|
|
||
|
defined('MOODLE_INTERNAL') || die();
|
||
|
|
||
|
$plugin->version = "2021120101";
|
||
|
$plugin->component = 'local_replication';
|
||
|
$plugin->maturity = MATURITY_ALPHA;
|
||
|
$plugin->release = 'v0.0.1';
|
||
|
$plugin->requires = '2019111800';
|