Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
defined('MOODLE_INTERNAL') || die();
3
 
4
$plugin->version   = 2022031602;
5
$plugin->requires  = 2019051100;
6
$plugin->component = 'block_cesa_lastcourse';
7
 
8
 
9
$plugin->cron     = 0;
10
$plugin->release = '1.0';
11
 
12
$plugin->maturity = MATURITY_STABLE;