Skip to content

Commit

Permalink
Merge pull request #38 from oat-sa/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
llecaque committed May 11, 2016
2 parents bbb439e + a78e5a8 commit 8a92b5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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' => 'extension-tao-dac-simple',
'description' => 'extension that allows admin to give access to some resources to other people',
'license' => 'GPL-2.0',
'version' => '1.3.0',
'version' => '1.3.1',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'taoBackOffice' => '>=0.9'
Expand Down
3 changes: 1 addition & 2 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function update($initialVersion) {
$this->setVersion('1.2.0');
}

$this->skip('1.2.0','1.3.0');
return null;
$this->skip('1.2.0','1.3.1');
}
}
2 changes: 1 addition & 1 deletion views/build/grunt/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function(grunt) {
modules : [{
name: 'taoDacSimple/controller/routes',
include : ext.getExtensionsControllers(['taoDacSimple']),
exclude : ['mathJax', 'mediaElement'].concat(libs)
exclude : ['mathJax'].concat(libs)
}]
}
};
Expand Down

0 comments on commit 8a92b5f

Please sign in to comment.