Skip to content

Commit

Permalink
Merge pull request #641 from oat-sa/release-5.38.2
Browse files Browse the repository at this point in the history
Release 5.38.2
  • Loading branch information
no-chris authored Nov 18, 2016
2 parents 96d16fb + 57363b0 commit 9b4bad8
Show file tree
Hide file tree
Showing 7 changed files with 784 additions and 772 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '5.38.1',
'version' => '5.38.2',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=3.7.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/RegisterTestRunnerPlugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class RegisterTestRunnerPlugins extends InstallAction
'module' => 'taoQtiTest/runner/plugins/tools/highlighter/plugin',
'description' => 'Allows the test taker to highlight text',
'category' => 'tools',
'active' => true,
'active' => false,
'tags' => [ ]
]
],
Expand Down
15 changes: 15 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -828,5 +828,20 @@ public function update($initialVersion) {
}

$this->skip('5.37.1', '5.38.1');

if ($this->isVersion('5.38.1')) {
$registry = PluginRegistry::getRegistry();
$registry->register(TestPlugin::fromArray([
'id' => 'highlighter',
'name' => 'Text Highlighter',
'module' => 'taoQtiTest/runner/plugins/tools/highlighter/plugin',
'description' => 'Allows the test taker to highlight text',
'category' => 'tools',
'active' => false,
'tags' => []
]));
$this->setVersion('5.38.2');
}

}
}
81 changes: 40 additions & 41 deletions views/js/controllers.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,452 changes: 725 additions & 727 deletions views/js/loader/qtiTestRunner.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 9b4bad8

Please sign in to comment.