Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1438
Línea 1... Línea 1...
1
<?php
1
<?php
2
defined('MOODLE_INTERNAL') || die();
2
defined('MOODLE_INTERNAL') || die();
3
$plugin->version = 2024050303.01;
3
$plugin->version = 2025080800;
4
$plugin->requires = '2023100400';
4
$plugin->requires = '2023100400';
5
$plugin->component = 'theme_universe_child';
5
$plugin->component = 'theme_universe_child';
6
$plugin->dependencies = [
6
$plugin->dependencies = [
7
    'theme_universe' => '2024050303'
7
    'theme_universe' => '2024050303'
8
];
8
];
9
$plugin->release = 'Universe 1.3.2 (Build: 2024050303.01)';
9
$plugin->release = 'Universe 1.3.2 (Build: 2024050303.01)';
Línea 10... Línea 10...
10
 
10
 
11
// This is a stable release.
-
 
12
$plugin->maturity = MATURITY_STABLE;
11
// This is a stable release.
-
 
12
$plugin->maturity = MATURITY_STABLE;