Proyectos de Subversion Moodle

Rev

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
 
446 ariadna 4
$plugin->version   = 2024101003;        // The current plugin version (Date: YYYYMMDDXX)
1 efrain 5
$plugin->requires  = 2019051100;        // Requires this Moodle version
6
$plugin->component = 'block_cursos_recientes_ajax'; // Full name of the plugin (used for diagnostics)
7
 
8
 
9
$plugin->cron     = 0;
10
$plugin->release = '1.0';
11
 
12
$plugin->maturity = MATURITY_STABLE;