Rev 1 |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
Rev 1 |
Rev 446 |
Línea 1... |
Línea 1... |
1 |
<?php
|
1 |
<?php
|
2 |
defined('MOODLE_INTERNAL') || die();
|
2 |
defined('MOODLE_INTERNAL') || die();
|
Línea 3... |
Línea 3... |
3 |
|
3 |
|
4 |
$plugin->version = 2022031602; // The current plugin version (Date: YYYYMMDDXX)
|
4 |
$plugin->version = 2024101003; // The current plugin version (Date: YYYYMMDDXX)
|
5 |
$plugin->requires = 2019051100; // Requires this Moodle version
|
5 |
$plugin->requires = 2019051100; // Requires this Moodle version
|
Línea 6... |
Línea 6... |
6 |
$plugin->component = 'block_cursos_recientes_ajax'; // Full name of the plugin (used for diagnostics)
|
6 |
$plugin->component = 'block_cursos_recientes_ajax'; // Full name of the plugin (used for diagnostics)
|