fix(devmanual): Clean-up upgrade guide after 29 API freeze

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2024-03-08 13:34:59 +01:00
parent 845fb9a79f
commit b6c5e68b00

View File

@@ -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
^^^^^^^^^^^^^^