Rev 1 |
|
Comparar con el anterior |
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
defined('MOODLE_INTERNAL') || die();
|
|
|
3 |
|
1440 |
ariadna |
4 |
$plugin->version = 2025080800; // The current plugin version (Date: YYYYMMDDXX)
|
1 |
efrain |
5 |
$plugin->requires = 2019051100; // Requires this Moodle version
|
|
|
6 |
$plugin->component = 'block_progreso_sinopsis'; // Full name of the plugin (used for diagnostics)
|