From f780cc15a1f02f949b19fba2e75840aaba591dcc Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 13 Jun 2022 15:50:24 +0200 Subject: [PATCH] Update `80-Upgrading.md` doc --- doc/80-Upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index c7005abe5..b00924448 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -37,7 +37,7 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too. + `SimpleQuery::paginate()`: Use `Icinga\Web\Controller::setupPaginationControl()` and/or `Icinga\Web\Widget\Paginator` instead. + `LdapConnection::connect()`: The connection is established lazily now. + `MonitoredObject::matches()`: Use `$filter->matches($object)` instead. -+ `MonitoredObject::fromParams()` ++ `MonitoredObject::fromParams()`: Deleted without substitution. + `DataView::fromRequest()`: Use `$backend->select()->from($viewName)` instead. + `DataView::sort()`: Use `DataView::order()` instead. + `MonitoringBackend::createBackend()`: Use `MonitoringBackend::instance()` instead. @@ -49,7 +49,7 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too. **Classes:** + `Icinga\Util\String`: Use `Icinga\Util\StringHelper` instead. + `Icinga\Util\Translator`: Use `\ipl\I18n\StaticTranslator::$instance` or `\ipl\I18n\Translation` instead. -+ `Icinga\Module\Migrate\Clicommands\DashboardCommand` ++ `Icinga\Module\Migrate\Clicommands\DashboardCommand`: Deleted without substitution. + `Icinga\Web\Hook\TicketHook`: Use `Icinga\Application\Hook\TicketHook` instead. + `Icinga\Web\Hook\GrapherHook`: Use `Icinga\Application\Hook\GrapherHook` instead. + `Icinga\Module\Monitoring\Environment`: Not in use.