Skip to content

Commit

Permalink
Merge pull request #522 from oat-sa/hotfix/review-panel
Browse files Browse the repository at this point in the history
Hotfix/review panel
  • Loading branch information
llecaque authored Jul 19, 2016
2 parents 87755a9 + 9446369 commit 44238c7
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 47 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '4.1.0',
'version' => '4.1.1',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=2.21.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,6 @@ public function update($initialVersion) {
$this->setVersion('4.0.0');
}

$this->skip('4.0.0', '4.1.0');
$this->skip('4.0.0', '4.1.1');
}
}
Loading

0 comments on commit 44238c7

Please sign in to comment.