mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Add Nextcloud 26 upgrade docs for app devs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user