New version. Added getters to config and task.

New concept of "stage" where the task runs.
This commit is contained in:
Andrs Montaez
2012-02-24 13:39:40 -02:00
parent de772028bb
commit 3f0efc1a42
9 changed files with 39 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.7
#VERSION:0.9.8
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
+1 -1
View File
@@ -24,7 +24,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.7');
define('MAGALLANES_VERSION', '0.9.8');
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';