Proyectos de Subversion Moodle

Rev

Rev 1 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

<?php
defined('MOODLE_INTERNAL') || die();

$plugin->version   = 2024101003;        // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires  = 2019051100;        // Requires this Moodle version
$plugin->component = 'block_cursos_recientes_ajax'; // Full name of the plugin (used for diagnostics)


$plugin->cron     = 0;
$plugin->release = '1.0';

$plugin->maturity = MATURITY_STABLE;