Skip to content

Commit 3c69442

Browse files
authored
Merge pull request #14736 from nextcloud/backport/14731/stable32
2 parents 80dfbfe + 87ef699 commit 3c69442

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ Added APIs
129129
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
130130

131131
- 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
132134

133135
Changed APIs
134136
^^^^^^^^^^^^
@@ -150,6 +152,9 @@ Deprecated APIs
150152
- ``\OC_Helper::isReadOnlyConfigEnabled`` is deprecated, please use the ``config_is_read_only`` system config directly.
151153
- ``\OCP\OCM\IOCMProvider`` is deprecated, please use ``\OCP\OCM\ICapabilityAwareOCMProvider`` available since 32.0.0
152154
- ``\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.
153158

154159
Removed APIs
155160
^^^^^^^^^^^^

0 commit comments

Comments
 (0)