diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 63a04dcee..a563308e5 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -50,6 +50,7 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too. + `Icinga\Util\Translator`: Use `\ipl\I18n\StaticTranslator::$instance` or `\ipl\I18n\Translation` instead. + `Icinga\Module\Migrate\Clicommands\DashboardCommand` + `Icinga\Web\Hook\TicketHook`: Use `Icinga\Application\Hook\TicketHook` instead. ++ `Icinga\Web\Hook\GrapherHook`: Use `Icinga\Application\Hook\GrapherHook` instead. * All the following deprecated js classes and methods are removed: diff --git a/library/Icinga/Web/Hook/GrapherHook.php b/library/Icinga/Web/Hook/GrapherHook.php deleted file mode 100644 index 4cf5205b9..000000000 --- a/library/Icinga/Web/Hook/GrapherHook.php +++ /dev/null @@ -1,15 +0,0 @@ -