mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #10544 from nextcloud/fix/nc28-app-upgrade-order
fix(developer): Move removed backend API to the backend section
This commit is contained in:
@@ -37,8 +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.
|
||||
* tbd
|
||||
|
||||
Back-end changes
|
||||
----------------
|
||||
@@ -61,4 +60,5 @@ Deprecated APIs
|
||||
Removed APIs
|
||||
^^^^^^^^^^^^
|
||||
|
||||
* tbd
|
||||
* ``\OC_App::isEnabled``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::isEnabledForUser``.
|
||||
* ``\OC_Defaults::getLogoClaim``: There is no replacement.
|
||||
|
||||
Reference in New Issue
Block a user