From 45e15c0807bc222cda1c576cb3d7d57cf0e1cced Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 26 Dec 2023 14:26:44 +0100 Subject: [PATCH] docs(nextcloud): Add table with supported apps and versions Signed-off-by: jld3103 --- packages/nextcloud/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/nextcloud/README.md b/packages/nextcloud/README.md index b54004179cf..1cdf4209753 100644 --- a/packages/nextcloud/README.md +++ b/packages/nextcloud/README.md @@ -67,6 +67,18 @@ These OpenAPI specifications are [generated](https://github.com/nextcloud/openap ## Compatibility/Support policy +| Component | Supported versions[^1] | +|-----------------------------------------------------------------|------------------------| +| [Server](https://github.com/nextcloud/server)[^2] | 26 - 28 | +| [News app](https://github.com/nextcloud/news) | 21 - 25 | +| [Notes app](https://github.com/nextcloud/notes) | 4.7 - 4.9 | +| [Notifications app](https://github.com/nextcloud/notifications) | 26 - 28 | +| [Talk app](https://github.com/nextcloud/spreed) | 16 - 18 | +| [NextPush app](https://codeberg.org/NextPush/uppush) | 1.3 - 1.4 | + +[^1]: Other versions might be supported too or at least mostly working, but we do not test against those. +[^2]: Server includes the following apps: comments, core, dashboard, dav, files, files_external, files_reminders, files_sharing, files_trashbin, files_versions, provisioning_api, settings, sharebymail, theming, updatenotification, user_status, weather_status and WebDAV. + We aim to support all currently maintained server versions and all app versions that support those server versions. The currently maintained server versions can be found here: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule Once a server version becomes EOL the support for it will be removed.