Skip to content

Commit

Permalink
Merge pull request #490 from oat-sa/fix/update-script-nosetversion
Browse files Browse the repository at this point in the history
No setVersion($currentVersion) call in update script.
  • Loading branch information
antoinerobin authored Jun 21, 2016
2 parents 14329ec + 91d91f8 commit fdf3e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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' => '2.16.6',
'version' => '2.16.7',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=2.6',
Expand Down
3 changes: 2 additions & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ public function update($initialVersion) {
$currentVersion = '2.16.4';
}

$this->skip('2.16.4', '2.16.6');
$this->setVersion($currentVersion);
$this->skip('2.16.4', '2.16.7');

}
}

0 comments on commit fdf3e58

Please sign in to comment.