You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,8 @@ Added APIs
129
129
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
130
130
131
131
- New ``OCP\Mail\IEmailValidator`` to validate an email address.
132
+
- New method ``OCP\App\IAppManager::getAppInstalledVersions`` to get installed versions of all applications
133
+
- New method ``OCP\IAppConfig::getAppInstalledVersions`` to do the same thing
132
134
133
135
Changed APIs
134
136
^^^^^^^^^^^^
@@ -150,6 +152,9 @@ Deprecated APIs
150
152
- ``\OC_Helper::isReadOnlyConfigEnabled`` is deprecated, please use the ``config_is_read_only`` system config directly.
151
153
- ``\OCP\OCM\IOCMProvider`` is deprecated, please use ``\OCP\OCM\ICapabilityAwareOCMProvider`` available since 32.0.0
152
154
- ``\OCP\Mail\IMailer::validateMailAddress`` is deprecated, please use ``\OCP\Mail\IEmailValidator`` available since 32.0.0
155
+
- ``\OC_App::getSupportedApps`` is deprecated, please use ``\OCP\Support\Subscription\IRegistry::delegateGetSupportedApps`` instead
156
+
- ``\OC_App::getAppVersions`` is deprecated, please use ``OCP\App\IAppManager::getAppInstalledVersions`` instead
157
+
- ``\OCP\Route\IRoute::actionInclude`` and ``\OCP\Route\IRoute::action`` are deprecated, please use a proper controller instead.
0 commit comments