12345678910111213141516171819202122232425262728293031 |
- <?php
- defined('MOODLE_INTERNAL') || die();
- $plugin->version = 2021052700;
- $plugin->component = 'local_corfows';
- $plugin->maturity = MATURITY_BETA;
- $plugin->dependencies = array(
- 'mod_customcert' => ANY_VERSION,
- );
|