Merge pull request #10541 from nextcloud/feat/devmanual/oc-app-isenabled

feat(devmanual): Document \OC_App::isEnabled removal
This commit is contained in:
Christoph Wurst
2023-05-31 20:24:15 +02:00
committed by GitHub

View File

@@ -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