Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 16... Línea 16...
16
 
16
 
17
/**
17
/**
18
 * universe.
18
 * universe.
19
 *
19
 *
20
 * @package   theme_universe
20
 * @package   theme_universe
21
 * @copyright 2023 - 2024 Marcin Czaja (https://rosea.io)
21
 * @copyright 2023 - 2025 Marcin Czaja (https://rosea.io)
22
 * @license   Commercial https://themeforest.net/licenses
22
 * @license   Commercial https://themeforest.net/licenses
Línea 23... Línea 23...
23
 */
23
 */
24
 
24
 
Línea 28... Línea 28...
28
// This is the component name of the plugin - it always starts with 'theme_'
28
// This is the component name of the plugin - it always starts with 'theme_'
29
// for themes and should be the same as the name of the folder.
29
// for themes and should be the same as the name of the folder.
30
$plugin->component = 'theme_universe';
30
$plugin->component = 'theme_universe';
Línea 31... Línea 31...
31
 
31
 
32
// This is the version of the plugin.
32
// This is the version of the plugin.
Línea 33... Línea 33...
33
$plugin->version = 2024050303.01;
33
$plugin->version = 2025070106.02;
34
 
34
 
Línea 35... Línea 35...
35
// This is the named version.
35
// This is the named version.
36
$plugin->release = 'Universe 1.3.2 (Build: 2024050303.01)';
36
$plugin->requires = 2025040800.00; // Moodle 5.0.
Línea 37... Línea 37...
37
 
37
 
38
// This is a stable release.
38
// This is a stable release.
39
$plugin->maturity = MATURITY_STABLE;
-
 
40
 
-
 
41
// This is the version of Moodle this plugin requires.
-
 
42
$plugin->requires = 2023100400; // Moodle 4.3.
-