v0.3.0 - Shopware 6.4 compatibility release
PHP level has been increased to PHP 7.4
Added
- Field
breadcrumb
andcmsPage
to all page responses fromstore-api/pwa/page
endpoint.
Fixed
- Changed parameter type from
ProductDetailRoute
toAbstractProductDetailRoute
inProductPageLoader::__construct()
- Changed parameter type from
PathResolver
toPathResolverInterface
inPageLoaderContextBuilder::__construct()
- Changed parameter type from
SeoResolverInterface
toAbstractSeoResolver
inPathResolver::__construct()
Changed
- Changed routes from
/store-api/v{version}/pwa/*
to/store-api/pwa/*
to reflect changes in Shopware 6.4 - Changed route
/api/v{version}/_action/pwa/dump-bundles
to/api/_action/pwa/dump-bundles
to reflect changes in Shopware 6.4
Removed
- Route scope
sales-channel-api
from every endpoint - Route
/store-api/v{version}/pwa/navigation
and all associated services and tests after deprecation in version 0.2.0. Use/store-api/navigation/{requestActiveId}/{requestRootId}
instead.