|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
defined('MOODLE_INTERNAL') || die();
|
|
|
3 |
$plugin->version = 2024050303.01;
|
|
|
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.
|
|
|
12 |
$plugin->maturity = MATURITY_STABLE;
|