diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst index ec3829369..34d4ab508 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst @@ -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 diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst new file mode 100644 index 000000000..3d941e1c3 --- /dev/null +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst @@ -0,0 +1,39 @@ +======================= +Upgrade to Nextcloud 25 +======================= + +.. 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 25. + +.. code-block:: xml + + + + + +Front-end changes +----------------- + +tbd + +Back-end changes +---------------- + +tbd + +Changed APIs +^^^^^^^^^^^^ + +tbd + +Removed APIs +^^^^^^^^^^^^ + +tbd