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();
1438 ariadna 3
$plugin->version = 2025080800;
1 efrain 4
$plugin->requires = '2023100400';
5
$plugin->component = 'theme_universe_child';
6
$plugin->dependencies = [
7
    'theme_universe' => '2024050303'
8
];
9
$plugin->release = 'Universe 1.3.2 (Build: 2024050303.01)';
10
 
11
// This is a stable release.
1438 ariadna 12
$plugin->maturity = MATURITY_STABLE;