Skip to content

Commit

Permalink
Bump to version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugalot committed Nov 9, 2017
1 parent 31b72eb commit b4e9e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'label' => 'Result core extension',
'description' => 'Results Server management and exposed interfaces for results data submission',
'license' => 'GPL-2.0',
'version' => '3.4.0',
'version' => '3.4.1',
'author' => 'Open Assessment Technologies',
//taoResults may be needed for the taoResults taoResultServerModel that uses taoResults db storage
'requires' => array(
Expand Down
2 changes: 2 additions & 0 deletions scripts/update/class.Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,7 @@ public function update($initialVersion) {
$this->getServiceManager()->register(ResultAliasService::SERVICE_ID, new ResultAliasService());
$this->setVersion('3.4.0');
}

$this->skip('3.4.0', '3.4.1');
}
}

0 comments on commit b4e9e58

Please sign in to comment.