Skip to content

Commit 430e4d9

Browse files
authored
Merge pull request #14737 from nextcloud/backport/14731/stable33
2 parents c001015 + 00dff1e commit 430e4d9

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
@@ -114,6 +114,8 @@ Added APIs
114114
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
115115

116116
- 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
117119

118120
Changed APIs
119121
^^^^^^^^^^^^
@@ -135,6 +137,9 @@ Deprecated APIs
135137
- ``\OC_Helper::isReadOnlyConfigEnabled`` is deprecated, please use the ``config_is_read_only`` system config directly.
136138
- ``\OCP\OCM\IOCMProvider`` is deprecated, please use ``\OCP\OCM\ICapabilityAwareOCMProvider`` available since 32.0.0
137139
- ``\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.
138143

139144
Removed APIs
140145
^^^^^^^^^^^^

0 commit comments

Comments
 (0)