Skip to content

3.20.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 15 Aug 10:54
· 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 ProductImageAlternativeTextProductConcretePageDataExpanderPlugin to expand provided ProductConcretePageSearchTransfer.images with product image alternative texts if the image alternative text feature is enabled.
  • Introduced ProductImageAlternativeTextProductPageDataExpanderPlugin to expands provided ProductPageSearchTransfer.productImages with product image alternative texts if the image alternative text feature is enabled.
  • Introduced ProductImage.altTextSmall transfer field.
  • Introduced ProductImage.altTextLarge transfer field.
  • Introduced ProductImage.translations transfer field.
  • Introduced ProductImageTranslation transfer.
  • Introduced Translation transfer.
  • Introduced GlossaryKey transfer.
  • Introduced Store transfer.
  • Introduced LocaleCriteria transfer.
  • Introduced LocaleConditions transfer.
  • Introduced ProductPageSearch transfer.
  • Introduced ProductConcretePageSearch transfer.
  • Adjusted ProductImageFacade::getProductImagesSetCollectionByProductAbstractId() to expand ProductImageSet.productImages.translations with product image alternative texts if the image alternative text feature is enabled.
  • Adjusted ProductImageFacade::getProductImagesSetCollectionByProductId() to expand ProductImageSet.productImages.translations with product image alternative texts if the image alternative text feature is enabled.
  • Adjusted ProductImageFacade::getProductImagesSetCollectionByProductIdForCurrentLocale() to expand ProductImageSet.productImages.translations with product image alternative texts if the image alternative text feature is enabled.
  • Adjusted ProductImageFacade::expandProductAbstractWithImageSets() to expand ProductAbstract.imageSets.productImages.translations with product image alternative texts if the image alternative text feature is enabled.
  • Adjusted ProductImageFacade::expandProductConcreteTransfersWithImageSets() to expand ProductConcrete.imageSets.productImages.translations with product image alternative texts if the image alternative text feature is enabled.
  • Adjusted ProductImageFacade::findProductImageSetById() to expand ProductImageSet.productImages.translations with product image alternative texts if the image alternative text feature is enabled.
  • Added ProductImageToGlossaryFacadeInterface as an optional dependency.
  • Added spryker/product-page-search-extension to dependencies.
  • Added spryker/propel to dependencies.