config->getAppValue('richdocuments', 'installed_version'); if (!empty($appVersion) && version_compare($appVersion, '8.3.0', '>')) { return; } $this->fontService->installDefaultFonts(); } }