Skip to content

Commit

Permalink
Merge pull request #62 from oat-sa/release-2.5.1
Browse files Browse the repository at this point in the history
Release 2.5.1
  • Loading branch information
Jérôme Bogaerts authored Jan 26, 2018
2 parents 1f79e23 + 1131686 commit 7bc724b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"homepage" : "http://www.taotesting.com",
"license" : [
"GPL-2.0-ONLY"
"GPL-2.0-only"
],
"extra" : {
"tao-extension-name" : "taoDacSimple"
Expand Down
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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' => '2.5.0',
'version' => '2.5.1',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'taoBackOffice' => '>=1.4.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ public function update($initialVersion) {
$this->setVersion('2.2.0');
}

$this->skip('2.2.0', '2.5.0');
$this->skip('2.2.0', '2.5.1');
}
}

0 comments on commit 7bc724b

Please sign in to comment.