Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?php
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2024050303.01;
$plugin->requires = '2023100400';
$plugin->component = 'theme_universe_child';
$plugin->dependencies = [
    'theme_universe' => '2024050303'
];
$plugin->release = 'Universe 1.3.2 (Build: 2024050303.01)';

// This is a stable release.
$plugin->maturity = MATURITY_STABLE;