| Línea 19... |
Línea 19... |
| 19 |
* @package tool_componentlibrary
|
19 |
* @package tool_componentlibrary
|
| 20 |
* @copyright 2021 Bas Brands <bas@moodle.com>
|
20 |
* @copyright 2021 Bas Brands <bas@moodle.com>
|
| 21 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
21 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 22 |
*/
|
22 |
*/
|
| 23 |
defined('MOODLE_INTERNAL') || die();
|
23 |
defined('MOODLE_INTERNAL') || die();
|
| 24 |
$plugin->version = 2024042200; // The current plugin version (Date: YYYYMMDDXX).
|
24 |
$plugin->version = 2025041400; // The current plugin version (Date: YYYYMMDDXX).
|
| 25 |
$plugin->requires = 2024041600; // Requires this Moodle version.
|
25 |
$plugin->requires = 2025040800; // Requires this Moodle version.
|
| 26 |
$plugin->component = 'tool_componentlibrary';
|
26 |
$plugin->component = 'tool_componentlibrary';
|