Skip to content

Commit

Permalink
Merge pull request #97 from oat-sa/release-4.1.2
Browse files Browse the repository at this point in the history
Release 4.1.2
  • Loading branch information
antoinerobin authored Nov 10, 2017
2 parents e6d5f50 + 721e2e5 commit be88fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'label' => 'Result core extension',
'description' => 'Results Server management and exposed interfaces for results data submission',
'license' => 'GPL-2.0',
'version' => '4.1.1',
'version' => '4.1.2',
'author' => 'Open Assessment Technologies',
//taoResults may be needed for the taoResults taoResultServerModel that uses taoResults db storage
'requires' => array(
Expand Down
3 changes: 2 additions & 1 deletion models/classes/QtiResultsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
namespace oat\taoResultServer\models\classes;

use oat\taoDelivery\model\execution\DeliveryExecution as DeliveryExecutionInterface;
use oat\taoDelivery\model\execution\ServiceProxy;
use qtism\common\enums\Cardinality;
use oat\oatbox\service\ConfigurableService;
use oat\oatbox\service\ServiceManager;
Expand Down Expand Up @@ -255,4 +256,4 @@ protected function createCDATANode($dom, $tag, $data)
$returnValue->appendChild($node);
return $returnValue;
}
}
}
2 changes: 1 addition & 1 deletion scripts/update/class.Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ public function update($initialVersion) {
$this->setVersion('3.4.0');
}

$this->skip('3.4.0', '4.1.1');
$this->skip('3.4.0', '4.1.2');
}
}

0 comments on commit be88fda

Please sign in to comment.