Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ Removed APIs

- The ``\OCP\BackgroundJob\IJob::execute`` method was deprecated since Nextcloud 25 and was now removed.
Instead use the ``IJob::start`` method, available since Nextcloud 25.
- The ``\OCP\Search\PaggedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
Comment thread
CarlSchwan marked this conversation as resolved.
Outdated
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
``\OCP\Search\IProvier``, available since Nextcloud 20.
Comment thread
CarlSchwan marked this conversation as resolved.
Outdated
Loading