From b6c5e68b00a2d9fbc71d23473f8c6fbbdd00fc74 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 8 Mar 2024 13:34:59 +0100 Subject: [PATCH] fix(devmanual): Clean-up upgrade guide after 29 API freeze Signed-off-by: Christoph Wurst --- .../app_upgrade_guide/upgrade_to_29.rst | 35 ------------------- 1 file changed, 35 deletions(-) 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 ^^^^^^^^^^^^^^