Merge pull request #9246 from nextcloud/chore/nextcloud-26-upgrade-docs

Add Nextcloud 26 upgrade docs for app devs
This commit is contained in:
Christoph Wurst
2022-10-24 11:12:25 +02:00
committed by GitHub

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