Skip to content

Commit

Permalink
Merge pull request #177 from oat-sa/release-2.9.3
Browse files Browse the repository at this point in the history
Release 2.9.3
  • Loading branch information
llecaque committed Feb 12, 2016
2 parents 2413676 + d06d6af commit 03f4b3f
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'label' => 'Item core extension',
'description' => 'TAO Items extension',
'license' => 'GPL-2.0',
'version' => '2.9.2',
'version' => '2.9.3',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'taoBackOffice' => '>=0.8'
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/class.Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function update($initialVersion) {
$this->setVersion('2.8.1');
}

$this->skip('2.8.1','2.9.2');
$this->skip('2.8.1','2.9.3');

return null;
}
Expand Down
2 changes: 1 addition & 1 deletion views/css/preview.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/css/preview.css.map

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

Loading

0 comments on commit 03f4b3f

Please sign in to comment.