|
|
|
@ -8,13 +8,6 @@ |
|
|
|
* required from any other process of Chamilo than the installation or upgrade. |
|
|
|
* required from any other process of Chamilo than the installation or upgrade. |
|
|
|
* It also helps for automatic packaging of unstable versions. |
|
|
|
* It also helps for automatic packaging of unstable versions. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
/*$new_version = '2.0.0'; |
|
|
|
|
|
|
|
$new_version_status = 'alpha'; |
|
|
|
|
|
|
|
$new_version_last_id = 0; |
|
|
|
|
|
|
|
$new_version_stable = false; |
|
|
|
|
|
|
|
$new_version_major = true; |
|
|
|
|
|
|
|
$software_name = 'Chamilo'; |
|
|
|
|
|
|
|
$software_url = 'https://chamilo.org/';*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return [ |
|
|
|
return [ |
|
|
|
'new_version' => '2.0.0', |
|
|
|
'new_version' => '2.0.0', |
|
|
|
|