mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #8459 from nextcloud/enhancement/nextcloud-25-app-upgrade-skeleton
Add Nextcloud 25 app upgrade guide skeleton
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_25.rst
|
||||
upgrade_to_24.rst
|
||||
upgrade_to_23.rst
|
||||
upgrade_to_22.rst
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user