Skip to content

Releases: spryker/product

6.47.0

28 Jan 09:51
Compare
Choose a tag to compare

Included commits: 6.46.0...6.47.0

Improvements

  • Introduced Url.originalUrl transfer filed.
  • Introduced ProductFacadeInterface::updateProductsUrl().
  • Introduced ProductQueryContainerInterface::queryUrlByproductAbstractIds().

Adjustments

  • Added UrlFacadeInterface::saveUrlCollection() to dependencies.
  • Increased Url module dependency.

6.46.0

22 Jan 12:13
Compare
Choose a tag to compare

Included commits: 6.45.1...6.46.0

Improvements

  • Introduced ProductFacadeInterface::canPublishMessage().
  • Adjusted next plugins to check whether message can be published before execute them:
  • ProductAbstractUpdatedMessageBrokerPublisherPlugin
  • ProductConcreteCreatedMessageBrokerPublisherPlugin
  • ProductConcreteDeletedMessageBrokerPublisherPlugin
  • ProductConcreteExportedMessageBrokerPublisherPlugin
  • ProductConcreteUpdatedMessageBrokerPublisherPlugin
  • Added MessageBrokerFacadeInterface::isMessageSendable() to dependencies.
  • Increased MessageBroker version dependency.
  • Introduced MessageSendingContext transfer.

Deprecations

  • Deprecated ProductConstants::PUBLISHING_TO_MESSAGE_BROKER_ENABLED.
  • Deprecated ProductConfig::isPublishingToMessageBrokerEnabled().

6.45.1

19 Dec 12:17
Compare
Choose a tag to compare

Included commits: 6.45.0...6.45.1

Fixes

  • Adjusted ProductMessageBrokerPublisher to improve attribute merging.

6.45.0

27 Nov 11:50
Compare
Choose a tag to compare

Included commits: 6.44.1...6.45.0

Improvements

  • Adjusted ProductDataHelper::haveFullProduct() to be compatible with spryker/testify latest release

6.44.1

08 Nov 10:16
Compare
Choose a tag to compare

Included commits: 6.44.0...6.44.1

Fixes

  • Adjusted ProductFacade::emitPublishProductToMessageBroker() to support a new multi-value attribute type.

6.44.0

05 Nov 16:33
Compare
Choose a tag to compare

Included commits: 6.43.1...6.44.0

Improvements

  • Added PHPUnit 11 support.

6.43.1

23 Aug 09:21
Compare
Choose a tag to compare

Included commits: 6.43.0...6.43.1

Fixes

  • Adjusted ProductDataHelper::haveProductAbstract() helper method to use a correct variable.

6.43.0

06 Aug 13:12
Compare
Choose a tag to compare

Included commits: 6.42.0...6.43.0

Improvements

  • Adjusted ProductFacade::createProductUrl() and ProductFacade::updateProductUrl() so now it creates the URL name using the full locale name.
  • Introduced ProductConfig::isFullLocaleNamesInUrlEnabled().

6.42.0

03 Jul 11:40
Compare
Choose a tag to compare

Included commits: 6.41.0...6.42.0

Improvements

  • Introduced ProductFacade::getProductAttributeKeyCollection() method to retrieve product attribute key entities filtered by criteria.
  • Introduced ProductAttributeKeyCriteria transfer.
  • Introduced ProductAttributeKeyConditions transfer.
  • Introduced ProductAttributeKeyCollection transfer.

6.41.0

06 May 14:04
Compare
Choose a tag to compare

Included commits: 6.40.0...6.41.0

Improvements

  • Added PHPStan 1.10.* support.