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
@@ -114,6 +114,8 @@ Added APIs
114
114
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
115
115
116
116
- New ``OCP\Mail\IEmailValidator`` to validate an email address.
117
+
- New method ``OCP\App\IAppManager::getAppInstalledVersions`` to get installed versions of all applications
118
+
- New method ``OCP\IAppConfig::getAppInstalledVersions`` to do the same thing
117
119
118
120
Changed APIs
119
121
^^^^^^^^^^^^
@@ -135,6 +137,9 @@ Deprecated APIs
135
137
- ``\OC_Helper::isReadOnlyConfigEnabled`` is deprecated, please use the ``config_is_read_only`` system config directly.
136
138
- ``\OCP\OCM\IOCMProvider`` is deprecated, please use ``\OCP\OCM\ICapabilityAwareOCMProvider`` available since 32.0.0
137
139
- ``\OCP\Mail\IMailer::validateMailAddress`` is deprecated, please use ``\OCP\Mail\IEmailValidator`` available since 32.0.0
140
+
- ``\OC_App::getSupportedApps`` is deprecated, please use ``\OCP\Support\Subscription\IRegistry::delegateGetSupportedApps`` instead
141
+
- ``\OC_App::getAppVersions`` is deprecated, please use ``OCP\App\IAppManager::getAppInstalledVersions`` instead
142
+
- ``\OCP\Route\IRoute::actionInclude`` and ``\OCP\Route\IRoute::action`` are deprecated, please use a proper controller instead.
0 commit comments