From 4cdf7f5c26a688ab8b538b8a2886ef6bcbff2f01 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 24 Oct 2022 10:15:26 +0200 Subject: [PATCH] Add Nextcloud 26 upgrade docs for app devs Signed-off-by: Christoph Wurst --- .../app_upgrade_guide/upgrade_to_26.rst | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst new file mode 100644 index 000000000..9b804c049 --- /dev/null +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst @@ -0,0 +1,39 @@ +======================= +Upgrade to Nextcloud 26 +======================= + +.. note:: Critical changes were collected `on GitHub `__. See the original ticket for links to the pull requests and tickets. + +General +------- + +info.xml +^^^^^^^^ + +Make sure your ``appinfo/info.xml`` allows for Nextcloud 26. + +.. code-block:: xml + + + + + +Front-end changes +----------------- + +tbd + +Back-end changes +---------------- + +tbd + +Changed APIs +^^^^^^^^^^^^ + +tbd + +Removed APIs +^^^^^^^^^^^^ + +tbd \ No newline at end of file