Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title: Check app compatibility on auto update
issue: NEXT-13261
author: Ramona Schwering
author_email: [email protected]
author_github: @leichteckig
---
- Added
openMyExtensions
method tosw-shopware-updates-plugins.html.twig
- Added
ExtensionLifecycleService
as argument toShopware\Core\Framework\Update\Api\UpdateController
- Added
AbstractExtensionDataProvider
as argument toShopware\Core\Framework\Update\Services\ApiClient
- Added
searchCriteria
as additional parameter togetInstalledExtensions
in\Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider
- Added
getExtensionCompatibilities
method inShopware\Core\Framework\Store\Services\StoreClient
- Added
getExtensionCompatibilities
method inShopware\Core\Framework\Update\Services\PluginCompatibility
- Added
getExtensionsToDeactivate
method inShopware\Core\Framework\Update\Services\PluginCompatibility
- Added
getExtensionsToReactivate
method inShopware\Core\Framework\Update\Services\PluginCompatibility
- Added
fetchActiveExtensions
method inShopware\Core\Framework\Update\Services\PluginCompatibility
- Added
fetchInactiveExtensions
method inShopware\Core\Framework\Update\Services\PluginCompatibility
- Added
DeactivateExtensionsStep
class - Removed
ReactivatePluginsStep
class due to it not being used