Skip to content

Commit

Permalink
Merge branch 'release-0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Jan 26, 2018
2 parents 4092482 + 69f3d52 commit 3233107
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'label' => 'FooBar power extension',
'description' => 'Dummy test extension',
'license' => 'GPL-2.0',
'version' => '0.4.4',
'version' => '0.5.0',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'tao' => '*'
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class Updater extends \common_ext_ExtensionUpdater
*/
public function update($initialVersion)
{
$this->skip('0.1.0', '0.4.3');
$this->skip('0.1.0', '0.5.0');
}
}
3 changes: 2 additions & 1 deletion views/js/controller/Foo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ define([], function(){
return {
start : function start(){
//foo starts
window.console.log('foobar baz', arguments);
window.console.log('foobar baz noz', arguments);
window.console.warn('Ooops');
}
};
});
2 changes: 1 addition & 1 deletion 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

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

0 comments on commit 3233107

Please sign in to comment.