mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
feat(devmanual): Start 27 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user