Ir a la última revisión |
|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1419 |
ariadna |
1 |
<?php
|
|
|
2 |
defined('MOODLE_INTERNAL') || die();
|
|
|
3 |
|
|
|
4 |
$plugin->version = 2024011000;
|
|
|
5 |
$plugin->requires = 2022112800; // Moodle 4.1
|
|
|
6 |
$plugin->component = 'format_remuiformat';
|
|
|
7 |
$plugin->maturity = MATURITY_STABLE;
|
|
|
8 |
$plugin->release = '1.0.0';
|