mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #11625 from nextcloud/fix/devmanual/seal-upgrade-guide-29
fix(devmanual): Clean-up upgrade guide after 29 API freeze
This commit is contained in:
@@ -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
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user