I’m trying to compile a list of which versions of Nextcloud, the ONLYOFFICE Nextcloud app and ONLYOFFICE DocumentServer are compatible, based on the release notes for onlyoffice_nextcloud
I have so far got this (which might well not be correct):
nextcloud_requirements:
- nextcloud_version: "27.0.0"
nextcloud_onlyoffice:
- "8.1.0"
- "8.0.0"
- nextcloud_version: "26.0.0"
nextcloud_onlyoffice:
- "7.8.0"
- nextcloud_version: "25.0.0"
nextcloud_onlyoffice:
- "7.7.0"
- "7.6.8"
- "7.5.8"
- "7.4.8"
- "7.6.6"
- nextcloud_version: "24.0.0"
nextcloud_onlyoffice:
- "7.5.0"
- "7.4.2"
- "7.4.0"
- "7.3.4"
- nextcloud_version: "23.0.0"
nextcloud_onlyoffice:
- "7.4.2"
- "7.4.0"
- "7.3.4"
Does anyone know if there is a list anywhere that documents which version(s) of ONLYOFFICE DocumentServer are required by which version of the ONLYOFFICE Nextcloud app?