mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-14 00:19:22 +07:00
feat(nc-33): Add removal of OC_Util::runningOnMac
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
@@ -123,3 +123,4 @@ Removed APIs
|
|||||||
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
|
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
|
||||||
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
|
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
|
||||||
``\OCP\Search\IProvider``, available since Nextcloud 20.
|
``\OCP\Search\IProvider``, available since Nextcloud 20.
|
||||||
|
- The ``\OC_Util::runningOnMac()`` method was removed. Instead you can just check ``PHP_OS_FAMILY === 'Darwin'``.
|
||||||
|
|||||||
Reference in New Issue
Block a user