Skip to content

Commit

Permalink
Merge branch 'release-2.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleh Hutnikau committed Jul 27, 2018
2 parents f810dfb + 5430670 commit 0e45afe
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"minimum-stability" : "dev",
"require": {
"oat-sa/oatbox-extension-installer": "dev-master"
"oat-sa/oatbox-extension-installer": "~1.1||dev-master"
},
"autoload" : {
"psr-4" : {
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.7.0',
'version' => '2.7.1',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'taoBackOffice' => '>=1.4.0',
Expand Down
2 changes: 2 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,7 @@ public function update($initialVersion) {
OntologyUpdater::syncModels();
$this->setVersion('2.7.0');
}

$this->skip('2.7.0', '2.7.1');
}
}
29 changes: 13 additions & 16 deletions views/js/controllers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion views/js/controllers.min.js.map

Large diffs are not rendered by default.

0 comments on commit 0e45afe

Please sign in to comment.