Releases: spryker/oms
Releases · spryker/oms
11.26.2
11.26.1
Included commits: 11.26.0...11.26.1
Fixes
- Fixed
TriggerController::submitTriggerEventForOrderItemsAction()
in order to getitems
request parameter correctly.
11.26.0
Included commits: 11.25.0...11.26.0
Improvements
- Adjusted
SendOrderConfirmationPlugin::run()
andSendOrderShippedPlugin::run()
so they expandMailTransfer
with the store. - Adjusted
OmsFacadeInterface::saveReservation()
,OmsFacadeInterface::updateReservationQuantity()
andOmsFacadeInterface::updateReservation()
to make it Dynamic Store compatible. - Adjusted
StoreFacadeInterface
dependency.
11.25.0
Included commits: 11.24.0...11.25.0
Improvements
- Adjusted
OrderStatusChangedMessageSender::sendOrderStatusChangedMessage()
to expandOrder.locale
transfer property if missing.
11.24.0
Included commits: 11.23.2...11.24.0
Improvements
- Added AclMerchantPortalExtension module to dependencies.
- Introduced
OmsAclEntityConfigurationExpanderPlugin
plugin to expand providedAclEntityMetadataConfig
transfer object with oms composite data. - Introduced
OmsMerchantAclEntityRuleExpanderPlugin
plugin to expand set ofAclEntityRule
transfer object with oms composite data. - Introduced
AclEntityMetadataConfig
transfer. - Introduced
AclEntityMetadataCollection
transfer. - Introduced
AclEntityMetadata
transfer. - Introduced
AclEntityParentConnectionMetadata
transfer. - Introduced
AclEntityParentMetadata
transfer. - Introduced
AclEntityRule
transfer.
11.23.2
Included commits: 11.23.1...11.23.2
Fixes
- Adjusted
Spryker/Zed/Oms/Communication/Controller/TriggerController
for compatibility with Symfony 6.
11.23.1
Included commits: 11.23.0...11.23.1
Fixes
- Adjusted
OmsFacade::sendOrderStatusChangedMessage()
to prevent fetching merchants for non-marketplace setups.
11.23.0
Included commits: 11.22.1...11.23.0
Improvements
- Increased Transfer module version dependency.
- Added
MessageBrokerFacadeInterface
to dependencies. - Introduced
OrderStatusChanged
,OrderItem
,OrderMerchant
andMessageAttributes
transfers. - Introduced
OmsFacadeInterface::sendOrderStatusChangedMessage()
to send an OrderStatusChanged transfer message. - Introduced
SendOrderStatusChangedMessagePlugin
to be able to hook it into an oms event transition and trigger a sendOrderStatusChangedMessage.
11.22.1
Included commits: 11.22.0...11.22.1
Fixes
- Adjusted
OmsQueryContainer::querySalesOrderItemsByProcessIdStateIdsAndQueryCriteria()
so it populates data in the right order and does not throw an exception on PostgreSQL.
11.22.0
Included commits: 11.21.0...11.22.0
Improvements
- Introduced
OrderConfirmationMailTypeBuilderPlugin
. - Introduced
OrderShippedMailTypeBuilderPlugin
. - Introduced
Mail.subject
,Mail.subjectTranslationParameters
,Mail.templates
,Mail.recipients
transfer properties. - Introduced
MailRecipient
,MailTemplate
transfers.
Deprecations
- Deprecated
OrderShippedMailTypePlugin
. - Deprecated
OrderConfirmationMailTypePlugin
.
Adjustments
- Added
MailExtension
module to dependencies.