Skip to content

Commit

Permalink
Merge branch 'release-5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvy committed Apr 2, 2019
2 parents c61a56d + 2da271d commit 572da6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'label' => 'Groups core extension',
'description' => 'TAO Groups extension',
'license' => 'GPL-2.0',
'version' => '5.0.0',
'version' => '5.0.1',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'taoTestTaker' => '>=4.0.0',
Expand Down
2 changes: 1 addition & 1 deletion models/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ public function update($initialVersion)
$this->setVersion('3.0.1');
}

$this->skip('3.0.1','5.0.0');
$this->skip('3.0.1','5.0.1');
}
}
2 changes: 1 addition & 1 deletion views/js/loader/taoGroups.min.js.map

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

1 change: 1 addition & 0 deletions views/js/provider/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ define(['jquery', 'lodash', 'i18n', 'util/url', 'core/promise'], function ($, _,
* @param config
* @param {String} [config.classUri] - rdf uri of the Group for current environment
* @param {String} [config.id] - id of the Group for current environment
* @param {String} [config.signature] - id signature received from BE, required
* @param {String} [config.type] - Type of the instance
* @return {*}
*/
Expand Down

0 comments on commit 572da6b

Please sign in to comment.