mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
feat: Document removal of OCP\Files\Storage in 31
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
@@ -65,6 +65,7 @@ Changed APIs
|
||||
- Legacy class ``OC_Image`` was moved to ``OC\Image``. You should never use it directly but use ``new \OCP\Image()`` instead for building the object and the ``OCP\IImage`` interface for calling methods.
|
||||
- ``OCP\Preview\BeforePreviewFetchedEvent`` constructor has a new parameter ``$mimeType`` which should be a string or null.
|
||||
- It has a new method ``getMimeType()`` to get the new property.
|
||||
- ``OCP\Files\Storage::needsPartFile`` method was moved to interface ``OCP\Files\Storage\IStorage``.
|
||||
|
||||
Deprecated APIs
|
||||
^^^^^^^^^^^^^^^
|
||||
@@ -86,6 +87,7 @@ Removed APIs
|
||||
})
|
||||
|
||||
- Legacy class ``OC_API`` was moved to a private namespace. It should not be needed by applications.
|
||||
- Deprecated interface ``OCP\Files\Storage`` was removed. Use ``OCP\Files\Storage\IStorage`` instead.
|
||||
|
||||
Back-end changes
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user