diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst new file mode 100644 index 000000000..9b804c049 --- /dev/null +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.rst @@ -0,0 +1,39 @@ +======================= +Upgrade to Nextcloud 26 +======================= + +.. note:: Critical changes were collected `on GitHub `__. 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 + + + + + +Front-end changes +----------------- + +tbd + +Back-end changes +---------------- + +tbd + +Changed APIs +^^^^^^^^^^^^ + +tbd + +Removed APIs +^^^^^^^^^^^^ + +tbd \ No newline at end of file