skip('0', '3.0.0'); if ($this->isVersion('3.0.0')) { $this->getServiceManager()->register(AclProxy::SERVICE_ID, new FuncAcl()); $this->setVersion('4.0.0'); } $this->skip('4.0.0', '5.7.1'); //Updater files are deprecated. Please use migrations. //See: https://github.com/oat-sa/generis/wiki/Tao-Update-Process $this->setVersion($this->getExtension()->getManifest()->getVersion()); } }