Update update.php script.
This commit is contained in:
parent
a0326e7a4f
commit
b4626e4b55
@ -80,11 +80,15 @@ header("Content-type: text/plain");
|
|||||||
$version = $_GET["version"];
|
$version = $_GET["version"];
|
||||||
$updates = "";
|
$updates = "";
|
||||||
|
|
||||||
$unstable = "13.11";
|
$unstable = "13.11.1";
|
||||||
$stable = "1.0.0";
|
$stable = "1.0.0";
|
||||||
|
|
||||||
|
|
||||||
if (preg_match("/^13.09.1$/", $version)) {
|
if (preg_match("/^13.11$/", $version)) {
|
||||||
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"4: Bug fixes - Tube Coupler configuration among other things\n".
|
||||||
|
"";
|
||||||
|
} else if (preg_match("/^13.09.1$/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"6: Simplified flight configuration process\n" .
|
"6: Simplified flight configuration process\n" .
|
||||||
"4: New translations for Chinese\n" .
|
"4: New translations for Chinese\n" .
|
||||||
@ -100,7 +104,9 @@ if (preg_match("/^13.09.1$/", $version)) {
|
|||||||
"";
|
"";
|
||||||
} else if (preg_match("/^13.05$/", $version)) {
|
} else if (preg_match("/^13.05$/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"6: Simplified flight configuration process\n" .
|
||||||
"6: New thrustcurves for Aerotech C3 and D2\n" .
|
"6: New thrustcurves for Aerotech C3 and D2\n" .
|
||||||
|
"4: New translations for Chinese\n" .
|
||||||
"4: Updated Translations to Russian\n" .
|
"4: Updated Translations to Russian\n" .
|
||||||
"4: Updated 3D libraries\n" .
|
"4: Updated 3D libraries\n" .
|
||||||
"4: Bug fixes\n" .
|
"4: Bug fixes\n" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user