Skip to content

Commit

Permalink
Merge pull request #18 from oat-sa/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
llecaque committed Feb 24, 2016
2 parents 878e491 + cfea1b9 commit 2d00662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'label' => 'DataURI Tool',
'description' => '',
'license' => 'GPL-2.0',
'version' => '0.0.4',
'version' => '0.0.5',
'author' => 'Open Assessment Technologies SA',
'requires' => array(),
// for compatibility
Expand Down
4 changes: 2 additions & 2 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class Updater extends \common_ext_ExtensionUpdater {
* @return string $versionUpdatedTo
*/
public function update($initialVersion) {
if ($currentVersion == '0.0.0' || $currentVersion == '0.0.1' || $currentVersion == '0.0.2' || $currentVersion == '0.0.3') {
$this->setVersion('0.0.4');
if ($this->isBetween('0','0.0.5')) {
$this->setVersion('0.0.5');
}
return null;
}
Expand Down

0 comments on commit 2d00662

Please sign in to comment.