From 3af5f88be58d3a5e998ab66e0c4a95d7abcd6cb3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Dec 2021 15:59:13 +0100 Subject: [PATCH] Add Nextcloud 24 app upgrade guide skeleton Signed-off-by: Christoph Wurst --- .../upgrade-guide.rst | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/upgrade-guide.rst b/developer_manual/app_publishing_maintenance/upgrade-guide.rst index c92e825a5..a779e993a 100644 --- a/developer_manual/app_publishing_maintenance/upgrade-guide.rst +++ b/developer_manual/app_publishing_maintenance/upgrade-guide.rst @@ -6,6 +6,31 @@ Once you've created and published the first version of your app, you will want t This document will cover the most important changes in Nextcloud, as well as some guides on how to upgrade existing apps. +Upgrading to Nextcloud 24 +------------------------- + +.. note:: Critical changes were collected `on GitHub `__. See the original ticket for links to the pull requests and tickets. + +Front-end changes +^^^^^^^^^^^^^^^^^ + +tbd + +Back-end changes +^^^^^^^^^^^^^^^^ + +tbd + +Changed APIs +************ + +tbd + +Removed APIs +************ + +tbd + Upgrading to Nextcloud 23 -------------------------