|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Cocoon Form Builder integration for Moodle
|
|
|
5 |
*
|
|
|
6 |
* @package cocoon_form_builder
|
|
|
7 |
* @copyright ©2021 Cocoon, XTRA Enterprises Ltd. createdbycocoon.com
|
|
|
8 |
* @author Cocoon
|
|
|
9 |
*/
|
|
|
10 |
|
|
|
11 |
defined('MOODLE_INTERNAL') || die();
|
|
|
12 |
|
|
|
13 |
$plugin->component = 'local_cocoon_form_builder';
|
|
|
14 |
$plugin->version = 2021060824;
|
|
|
15 |
$plugin->requires = 2015111600;
|
|
|
16 |
$plugin->release = '1.0.0';
|
|
|
17 |
$plugin->maturity = MATURITY_STABLE;
|
|
|
18 |
$plugin->cron = 0;
|