diff --git a/manifest.php b/manifest.php index b8db2afcac..bd18c99db7 100755 --- a/manifest.php +++ b/manifest.php @@ -33,7 +33,7 @@ 'label' => 'QTI test model', 'description' => 'TAO QTI test implementation', 'license' => 'GPL-2.0', - 'version' => '2.22.0', + 'version' => '2.23.0', 'author' => 'Open Assessment Technologies', 'requires' => array( 'taoTests' => '>=2.13', diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index bea9d78811..633bed34f3 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -279,5 +279,7 @@ public function update($initialVersion) { $this->setVersion('2.22.0'); } + + $this->skip('2.22.0','2.23.0'); } }