2021-06-30 14:03:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This plugin has been auto-generated, please don't modify it.
|
|
|
|
*/
|
|
|
|
|
|
|
|
defined('MOODLE_INTERNAL') || die;
|
|
|
|
|
|
|
|
$plugin->version = {{ pluginVersion }};
|
2024-11-06 08:57:52 +00:00
|
|
|
$plugin->requires = 2018051700;
|
2021-06-30 14:03:03 +00:00
|
|
|
$plugin->maturity = MATURITY_STABLE;
|
|
|
|
$plugin->release = '{{ appVersion }}';
|
|
|
|
$plugin->component = 'local_moodleappbehat';
|