Index: branches/1.1.x/install/upgrades.php =================================================================== diff -u -N --- branches/1.1.x/install/upgrades.php (revision 0) +++ branches/1.1.x/install/upgrades.php (revision 13774) @@ -0,0 +1,47 @@ +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'), + ); + } + }