Skip to content

Commit

Permalink
Merge pull request #22 from oat-sa/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
antoinerobin committed Apr 28, 2017
2 parents 41862d9 + 8c316aa commit 49d17a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions 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.6',
'version' => '1.0.0',
'author' => 'Open Assessment Technologies SA',
'requires' => array(),
// for compatibility
Expand All @@ -45,9 +45,6 @@

#BASE URL (usually the domain root)
'BASE_URL' => ROOT_URL.'taoDataUri/',

#BASE WWW required by JS
'BASE_WWW' => ROOT_URL.'taoDataUri/views/'
),
'extra' => array(
'structures' => dirname(__FILE__).DIRECTORY_SEPARATOR.'controller'.DIRECTORY_SEPARATOR.'structures.xml',
Expand Down
3 changes: 2 additions & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function update($initialVersion) {
if ($this->isBetween('0','0.0.5')) {
$this->setVersion('0.0.5');
}
$this->skip('0.0.5','0.0.6');

$this->skip('0.0.5','1.0.0');
}
}

0 comments on commit 49d17a5

Please sign in to comment.