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