Skip to content

Commit

Permalink
Merge branch 'release-1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Jan 30, 2019
2 parents b1d92a9 + 036933d commit c071f94
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 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' => '1.3.4',
'version' => '1.4.0',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'tao' => '>=21.0.1'
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', '1.3.4');
$this->skip('0.1.0', '1.4.0');
}
}
1 change: 1 addition & 0 deletions views/js/controller/Foo/foodex.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ define([], function(){

window.console.log('Never use alerts, they block the event loop');
window.console.log('that was really nasty :-O');
window.console.log('Are you sure, alert are pretty convenient');

window.addEventListener('error', function(err){
window.console.error(err);
Expand Down
3 changes: 2 additions & 1 deletion views/js/controller/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ define(function(){
'actions' : {
'index' : 'controller/Foo/index',
'foodex' : 'controller/Foo/foodex',
'moodex' : 'controller/Foo/foodex'
'moodex' : 'controller/Foo/foodex',
'yoodex' : 'controller/Foo/foodex'
}
}
};
Expand Down
6 changes: 3 additions & 3 deletions views/js/loader/taoFooBar.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/loader/taoFooBar.min.js.map

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

0 comments on commit c071f94

Please sign in to comment.