Index: branches/1.2.x/install/upgrades.php =================================================================== diff -u -N -r14096 -r14250 --- branches/1.2.x/install/upgrades.php (.../upgrades.php) (revision 14096) +++ branches/1.2.x/install/upgrades.php (.../upgrades.php) (revision 14250) @@ -1,50 +1,50 @@ -dependencies = Array ( - '1.0.0' => Array ('Core' => '5.0.0'), - '1.0.1' => Array ('Core' => '5.0.1'), - '1.0.2-B1' => Array ('Core' => '5.0.2-B1'), - '1.0.2-B2' => Array ('Core' => '5.0.2-B2'), - '1.0.2-RC1' => Array ('Core' => '5.0.2-RC1'), - '1.0.2' => Array ('Core' => '5.0.2'), - '1.0.3-B1' => Array ('Core' => '5.0.3-B1'), - '1.0.3-RC1' => Array ('Core' => '5.0.3-RC1'), - '1.0.3' => Array ('Core' => '5.0.3'), - '1.0.4-B1' => Array ('Core' => '5.0.4-B1'), - '1.0.4' => Array ('Core' => '5.0.4'), - '1.1.0-B1' => Array ('Core' => '5.1.0-B1'), - '1.1.0-B2' => Array ('Core' => '5.1.0-B2'), - '1.1.0-RC1' => Array ('Core' => '5.1.0-RC1'), - '1.1.0' => Array ('Core' => '5.1.0'), - '1.1.1-B1' => Array ('Core' => '5.1.1-B1'), - '1.1.1-RC1' => Array ('Core' => '5.1.1-RC1'), - '1.1.1' => Array ('Core' => '5.1.1'), - ); - } - } +dependencies = Array ( + '1.0.0' => Array ('Core' => '5.0.0'), + '1.0.1' => Array ('Core' => '5.0.1'), + '1.0.2-B1' => Array ('Core' => '5.0.2-B1'), + '1.0.2-B2' => Array ('Core' => '5.0.2-B2'), + '1.0.2-RC1' => Array ('Core' => '5.0.2-RC1'), + '1.0.2' => Array ('Core' => '5.0.2'), + '1.0.3-B1' => Array ('Core' => '5.0.3-B1'), + '1.0.3-RC1' => Array ('Core' => '5.0.3-RC1'), + '1.0.3' => Array ('Core' => '5.0.3'), + '1.0.4-B1' => Array ('Core' => '5.0.4-B1'), + '1.0.4' => Array ('Core' => '5.0.4'), + '1.1.0-B1' => Array ('Core' => '5.1.0-B1'), + '1.1.0-B2' => Array ('Core' => '5.1.0-B2'), + '1.1.0-RC1' => Array ('Core' => '5.1.0-RC1'), + '1.1.0' => Array ('Core' => '5.1.0'), + '1.1.1-B1' => Array ('Core' => '5.1.1-B1'), + '1.1.1-RC1' => Array ('Core' => '5.1.1-RC1'), + '1.1.1' => Array ('Core' => '5.1.1'), + ); + } + }