feat(devmanual): Start 27 upgrade docs

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2023-04-19 16:35:01 +02:00
parent ecef41318e
commit 6777ad1c69
2 changed files with 52 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_27.rst
upgrade_to_26.rst
upgrade_to_25.rst
upgrade_to_24.rst

View File

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