Releases: spryker/product
Releases · spryker/product
6.47.0
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
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
Included commits: 6.45.0...6.45.1
Fixes
- Adjusted
ProductMessageBrokerPublisher
to improve attribute merging.
6.45.0
Included commits: 6.44.1...6.45.0
Improvements
- Adjusted
ProductDataHelper::haveFullProduct()
to be compatible with spryker/testify latest release
6.44.1
Included commits: 6.44.0...6.44.1
Fixes
- Adjusted
ProductFacade::emitPublishProductToMessageBroker()
to support a new multi-value attribute type.
6.44.0
6.43.1
Included commits: 6.43.0...6.43.1
Fixes
- Adjusted
ProductDataHelper::haveProductAbstract()
helper method to use a correct variable.
6.43.0
Included commits: 6.42.0...6.43.0
Improvements
- Adjusted
ProductFacade::createProductUrl()
andProductFacade::updateProductUrl()
so now it creates the URL name using the full locale name. - Introduced
ProductConfig::isFullLocaleNamesInUrlEnabled()
.
6.42.0
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.