Skip to content

Commit

Permalink
Merge branch 'release-0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleh Hutnikau committed Jan 29, 2018
2 parents 59961c0 + 7a488e6 commit b15bd7f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions locales/en-US/messages.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: TAO 3.1.0-sprint15\n"
"PO-Revision-Date: 2015-12-23T13:39:49\n"
"Project-Id-Version: TAO 3.3.0-sprint69\n"
"PO-Revision-Date: 2018-01-29T11:59:17\n"
"Last-Translator: TAO Translation Team <[email protected]>\n"
"MIME-Version: 1.0\n"
"Language: en-US\n"
Expand Down
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.6.2',
'version' => '0.7.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.6.2');
$this->skip('0.1.0', '0.7.0');
}
}
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 b15bd7f

Please sign in to comment.