Skip to content

Commit

Permalink
Merge pull request #62 from oat-sa/release-2.8.0
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
andreluizmachado authored May 22, 2020
2 parents 3af2874 + d5f526b commit 67ab83b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'label' => 'QTI PCI samples',
'description' => '',
'license' => 'GPL-2.0',
'version' => '2.7.0',
'version' => '2.8.0',
'author' => 'Open Assessment Technologies',
'requires' => array(
'qtiItemPci' => '>=1.1.0',
Expand Down
5 changes: 5 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,10 @@ public function update($initialVersion)
}

$this->skip('2.5.4', '2.7.0');

if ($this->isVersion('2.7.0')) {
call_user_func(new RegisterPciTextReader(), ['0.9.0']);
$this->skip('2.7.0', '2.8.0');
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"typeIdentifier": "textReaderInteraction",
"label": "Text reader",
"description": "The Paging widget combines a scrolling widget with additional paging controls.",
"version": "0.8.5",
"version": "0.9.0",
"author": "Aleh Hutnikau",
"email": "[email protected]",
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ define(
return $1 + resolved + $3;
});
};

window.jQuery = $;

return function (options) {
var self = this;
var defaultOptions = {
Expand Down

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

Large diffs are not rendered by default.

0 comments on commit 67ab83b

Please sign in to comment.