Skip to content

Commit

Permalink
Merge pull request #55 from oat-sa/release-2.7.1
Browse files Browse the repository at this point in the history
Release 2.7.1
  • Loading branch information
llecaque committed Feb 9, 2016
2 parents 84ded87 + e5543ce commit be2b25d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
'label' => 'Result visualisation',
'description' => 'TAO Results extension',
'license' => 'GPL-2.0',
'version' => '2.7',
'version' => '2.7.1',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
//taoItems is only needed for the item model property retrieval
'requires' => array(
'taoResultServer' => '2.6',
'taoItems' => '*',
'taoDelivery' => '*'
'taoDeliveryRdf' => '>=1.0.0'
),
'install' => array(
),
Expand Down
5 changes: 2 additions & 3 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ public function update($initialVersion)
$$this->setVersion('2.6.1');
}

if ($this->isBetween('2.6.1', '2.7')){
$this->setVersion('2.7');
}
$this->skip('2.6.1', '2.7.1');

return null;
}
}

0 comments on commit be2b25d

Please sign in to comment.