userId !== null); // get the current Nextcloud version $version = $this->serverVersion->getVersion(); // we only use major.minor.patch array_splice($version, 3); /** @var list $version */ // Set "show" to current version to only show on update $this->config->setValueString($this->userId, 'firstrunwizard', 'show', implode('.', $version)); return new DataResponse(); } }