Skip to content

Commit

Permalink
Merge branch 'release-2.15.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Luis Gutierrez Dos Santos committed Jul 3, 2020
2 parents abeda7d + e960472 commit baadc16
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

composer.lock
vendor/
.idea/
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'label' => 'extension-tao-testqti-previewer',
'description' => 'extension that provides QTI test previewer',
'license' => 'GPL-2.0',
'version' => '2.14.1',
'version' => '2.15.1',
'author' => 'Open Assessment Technologies SA',
'requires' => [
'generis' => '>=12.15.0',
Expand Down
6 changes: 6 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/**
* Class Updater
* @package oat\taoQtiTestPreviewer\scripts\update
* @deprecated use migrations instead. See https://github.com/oat-sa/generis/wiki/Tao-Update-Process
*/
class Updater extends \common_ext_ExtensionUpdater
{
Expand Down Expand Up @@ -89,5 +90,10 @@ public function update($initialVersion)
}

$this->skip('0.2.0', '2.14.1');

//Updater files are deprecated. Please use migrations.
//See: https://github.com/oat-sa/generis/wiki/Tao-Update-Process

$this->setVersion($this->getExtension()->getManifest()->getVersion());
}
}
2 changes: 1 addition & 1 deletion views/js/loader/qtiPreviewer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/loader/qtiPreviewer.min.js.map

Large diffs are not rendered by default.

0 comments on commit baadc16

Please sign in to comment.