Skip to content

Commit

Permalink
merge 1.4.1dev and master
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourdin committed Sep 27, 2013
1 parent 9c28bfc commit 50d5138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 2 additions & 4 deletions module/Rubedo/src/Rubedo/Update/Update010400.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class Update010400 extends Update
{

protected static $toVersion = '2.0.0';
protected static $toVersion = '1.4.1';

/**
* do
Expand All @@ -38,10 +38,8 @@ class Update010400 extends Update
*
* @return boolean
*/
public static function upgrade ()
public static function upgrade()
{
return true;
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
*/
namespace Rubedo\Update;

use Rubedo\Services\Manager;
use WebTales\MongoFilters\Filter;
use Rubedo\Collection\AbstractCollection;

/**
* Methods
* for
Expand All @@ -30,10 +26,10 @@
* @author jbourdin
*
*/
class Update010400 extends Update
class Update010401 extends Update
{

protected static $toVersion = '1.4.1';
protected static $toVersion = '2.0.0';

/**
* do
Expand All @@ -42,9 +38,10 @@ class Update010400 extends Update
*
* @return boolean
*/
public static function upgrade()
public static function upgrade ()
{
return true;
}


}

0 comments on commit 50d5138

Please sign in to comment.