diff --git a/manifest.php b/manifest.php index 6ddf7333..877006bc 100644 --- a/manifest.php +++ b/manifest.php @@ -24,7 +24,7 @@ 'label' => 'extension-tao-dac-simple', 'description' => 'extension that allows admin to give access to some resources to other people', 'license' => 'GPL-2.0', - 'version' => '1.5.0', + 'version' => '2.0.0', 'author' => 'Open Assessment Technologies SA', 'requires' => array( 'taoBackOffice' => '>=0.9' @@ -58,8 +58,5 @@ #BASE URL (usually the domain root) 'BASE_URL' => ROOT_URL.'taoDacSimple/', - - #BASE WWW the web resources path - 'BASE_WWW' => ROOT_URL.'taoDacSimple/views/' ) ); diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index eb3083b8..29ff5045 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -94,6 +94,6 @@ public function update($initialVersion) { $this->setVersion('1.2.0'); } - $this->skip('1.2.0', '1.5.0'); + $this->skip('1.2.0', '2.0.0'); } }