Skip to content

Commit

Permalink
Merge pull request #45 from oat-sa/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
tverhoof authored Apr 28, 2017
2 parents a4c1e08 + d9c0041 commit 8ff8dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 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' => 'extension-tao-dac-simple',
'description' => 'extension that allows admin to give access to some resources to other people',
'license' => 'GPL-2.0',
'version' => '1.5.0',
'version' => '2.0.0',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'taoBackOffice' => '>=0.9'
Expand Down Expand Up @@ -58,8 +58,5 @@

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

#BASE WWW the web resources path
'BASE_WWW' => ROOT_URL.'taoDacSimple/views/'
)
);
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ public function update($initialVersion) {
$this->setVersion('1.2.0');
}

$this->skip('1.2.0', '1.5.0');
$this->skip('1.2.0', '2.0.0');
}
}

0 comments on commit 8ff8dc3

Please sign in to comment.