Skip to content

Commit

Permalink
Merge pull request #54 from oat-sa/release-2.10.2
Browse files Browse the repository at this point in the history
Release 2.10.2
  • Loading branch information
siwane authored Oct 7, 2016
2 parents ebbc885 + ab5cd3c commit 4747697
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 44 deletions.
7 changes: 0 additions & 7 deletions .htaccess

This file was deleted.

33 changes: 0 additions & 33 deletions index.php

This file was deleted.

4 changes: 2 additions & 2 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'label' => 'Groups core extension',
'description' => 'TAO Groups extension',
'license' => 'GPL-2.0',
'version' => '2.10.1',
'version' => '2.10.2',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'taoTestTaker' => '>=2.6',
Expand Down Expand Up @@ -86,4 +86,4 @@
'extra' => array(
'structures' => dirname(__FILE__).DIRECTORY_SEPARATOR.'controller'.DIRECTORY_SEPARATOR.'structures.xml',
)
);
);
3 changes: 1 addition & 2 deletions models/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function update($initialVersion)
OntologyUpdater::syncModels();
$this->setVersion('2.7.1');
}
$this->skip('2.7.1','2.10.1');
return null;
$this->skip('2.7.1','2.10.2');
}
}

0 comments on commit 4747697

Please sign in to comment.