From cee093ae26889c38730e07bfe42536335ef6b094 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 31 May 2023 15:09:02 +0200 Subject: [PATCH] feat(devmanual): Document \OC_App::isEnabled removal Signed-off-by: Christoph Wurst --- .../app_upgrade_guide/upgrade_to_28.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst index b68d79635..fe7a90c02 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst @@ -37,6 +37,7 @@ Deprecated APIs Removed APIs ^^^^^^^^^^^^ +* ``\OC_App::isEnabled``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::isEnabledForUser``. * ``\OC_Defaults::getLogoClaim``: There is no replacement. Back-end changes