Merge pull request #8459 from nextcloud/enhancement/nextcloud-25-app-upgrade-skeleton

Add Nextcloud 25 app upgrade guide skeleton
This commit is contained in:
Julia Kirschenheuter
2022-06-01 17:04:32 +02:00
committed by GitHub
2 changed files with 40 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
.. toctree::
:maxdepth: 1
upgrade_to_25.rst
upgrade_to_24.rst
upgrade_to_23.rst
upgrade_to_22.rst

View File

@@ -0,0 +1,39 @@
=======================
Upgrade to Nextcloud 25
=======================
.. note:: Critical changes were collected `on GitHub <https://github.com/nextcloud/server/issues/32117>`__. See the original ticket for links to the pull requests and tickets.
General
-------
info.xml
^^^^^^^^
Make sure your ``appinfo/info.xml`` allows for Nextcloud 25.
.. code-block:: xml
<dependencies>
<nextcloud min-version="22" max-version="25" />
</dependencies>
Front-end changes
-----------------
tbd
Back-end changes
----------------
tbd
Changed APIs
^^^^^^^^^^^^
tbd
Removed APIs
^^^^^^^^^^^^
tbd