3.20.0
·
7413 commits
to master
since this release
Included commits: 3.19.0...3.20.0
Improvements
- Introduced
ProductImageConfig::isProductImageAlternativeTextEnabled()to configure if the image alternative text feature is enabled. - Introduced
ProductImageClient::isProductImageAlternativeTextEnabled()to check if the image alternative text feature is enabled. - Introduced
ProductImageFacade::isProductImageAlternativeTextEnabled()to configure if the image alternative text feature is enabled. - Introduced
ProductImageAlternativeTextProductConcretePageDataExpanderPluginto expand providedProductConcretePageSearchTransfer.imageswith product image alternative texts if the image alternative text feature is enabled. - Introduced
ProductImageAlternativeTextProductPageDataExpanderPluginto expands providedProductPageSearchTransfer.productImageswith product image alternative texts if the image alternative text feature is enabled. - Introduced
ProductImage.altTextSmalltransfer field. - Introduced
ProductImage.altTextLargetransfer field. - Introduced
ProductImage.translationstransfer field. - Introduced
ProductImageTranslationtransfer. - Introduced
Translationtransfer. - Introduced
GlossaryKeytransfer. - Introduced
Storetransfer. - Introduced
LocaleCriteriatransfer. - Introduced
LocaleConditionstransfer. - Introduced
ProductPageSearchtransfer. - Introduced
ProductConcretePageSearchtransfer. - Adjusted
ProductImageFacade::getProductImagesSetCollectionByProductAbstractId()to expandProductImageSet.productImages.translationswith product image alternative texts if the image alternative text feature is enabled. - Adjusted
ProductImageFacade::getProductImagesSetCollectionByProductId()to expandProductImageSet.productImages.translationswith product image alternative texts if the image alternative text feature is enabled. - Adjusted
ProductImageFacade::getProductImagesSetCollectionByProductIdForCurrentLocale()to expandProductImageSet.productImages.translationswith product image alternative texts if the image alternative text feature is enabled. - Adjusted
ProductImageFacade::expandProductAbstractWithImageSets()to expandProductAbstract.imageSets.productImages.translationswith product image alternative texts if the image alternative text feature is enabled. - Adjusted
ProductImageFacade::expandProductConcreteTransfersWithImageSets()to expandProductConcrete.imageSets.productImages.translationswith product image alternative texts if the image alternative text feature is enabled. - Adjusted
ProductImageFacade::findProductImageSetById()to expandProductImageSet.productImages.translationswith product image alternative texts if the image alternative text feature is enabled. - Added
ProductImageToGlossaryFacadeInterfaceas an optional dependency. - Added
spryker/product-page-search-extensionto dependencies. - Added
spryker/propelto dependencies.