diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst index 803ccc7c9..c30263ed3 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst @@ -21,26 +21,11 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 29. Front-end changes ----------------- -Added APIs -^^^^^^^^^^ - -* tbd - Changed APIs ^^^^^^^^^^^^ * `IAppConfig` has been fully reworked, most of previous methods are now deprecated. The new version of the API implements multiple settings for app config values to define their laziness and sensitivity. -Deprecated APIs -^^^^^^^^^^^^^^^ - -* tbd - -Removed APIs -^^^^^^^^^^^^ - -* tbd - Removed globals ^^^^^^^^^^^^^^^ @@ -49,21 +34,11 @@ Removed globals Back-end changes ---------------- -Added APIs -^^^^^^^^^^ - -* tbd - Changed APIs ^^^^^^^^^^^^ * ``OCP\IURLGenerator::URL_REGEX_NO_MODIFIERS``: Changed to match localhost and hostnames with ports. -Deprecated APIs -^^^^^^^^^^^^^^^ - -* tbd - Removed APIs ^^^^^^^^^^^^ @@ -72,16 +47,6 @@ Removed APIs it is no longer allowed, to use the ``oc_share`` table for any other types than ``file`` and ``folder``. * ``OC\BackgroundJob\Job``, ``OC\BackgroundJob\QueuedJob`` and ``OC\BackgroundJob\TimedJob``: use the ``OCP`` versions. -Added events -^^^^^^^^^^^^ - -* tbd - -Deprecated events -^^^^^^^^^^^^^^^^^ - -* tbd - Removed events ^^^^^^^^^^^^^^