Add Nextcloud 26 upgrade docs for app devs

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2022-10-24 10:15:26 +02:00
parent 9353064447
commit 4cdf7f5c26

View File

@@ -0,0 +1,39 @@
=======================
Upgrade to Nextcloud 26
=======================
.. note:: Critical changes were collected `on GitHub <https://github.com/nextcloud/server/issues/34692>`__. 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
<dependencies>
<nextcloud min-version="23" max-version="26" />
</dependencies>
Front-end changes
-----------------
tbd
Back-end changes
----------------
tbd
Changed APIs
^^^^^^^^^^^^
tbd
Removed APIs
^^^^^^^^^^^^
tbd