Skip to content

Commit

Permalink
Merge branch 'release-0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Oct 23, 2017
2 parents fa997cc + 944750e commit 5c7fdc4
Show file tree
Hide file tree
Showing 8 changed files with 11 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' => '0.4.0',
'version' => '0.4.1',
'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.0');
$this->skip('0.1.0', '0.4.1');
}
}
2 changes: 1 addition & 1 deletion views/css/foo.css

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

2 changes: 1 addition & 1 deletion views/css/foo.css.map

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/controller/Foo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define([], function(){
return {
start : function start(){
//foo starts
window.console.log('foo', arguments, this);
window.console.log('foo', arguments, this, window);
}
};
});
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.

4 changes: 4 additions & 0 deletions views/scss/foo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ a {
text-decoration: underline;
background-color : white;
border-radius: 3px;

&:hover {
cursor: pointer;
}
}

0 comments on commit 5c7fdc4

Please sign in to comment.