Table or list documenting which versions of Nextcloud, the ONLYOFFICE Nextcloud app and ONLYOFFICE DocumentServer are compatiable

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?

hi @chris
https://apps.nextcloud.com/apps/onlyoffice/releases?platform=27#27

I haven’t seen such documents before. :handshake:
In the changelog, we mention when we cease support starting with certain versions…

We support several latest nextcloud_version.
and as usual, we don’t recommend installing old versions of the document server. New versions always include bug fixes and improvements.

ONLYOFFICE - Releases

like this

ONLYOFFICE 8.2.0
  • fileType parameter used in callback instead of extension from url (DocumentServer 7.0 required)
ONLYOFFICE 7.2.0
  • document server v6.0 and earlier is no longer supported
1 Like