- Implementations of
\Shopware\Core\Framework\Api\Sync\SyncServiceInterface::sync
need to change the type of the first argument$operations
toiterable
.
StateDeprecated
needs to be replaced withState
DataDeprecated
needs to be replaced withData
(https://docs.shopware.com/en/shopware-platform-dev-en/developer-guide/administration/fetching-and-handling-data?category=shopware-platform-dev-en/developer-guide/administration)- Rename folder in
platform/src/Administration/Resources/app/administration/src/core
fromdata-new
todata
. You need to rewrite the imports. - Removed deprecated data handling and all its usages. See in the changelog if you extend or override them. If yes, then you need to rewrite your code to support the actual data handling.