Skip to content

Releases: spryker/oms

11.26.2

05 May 20:51
Compare
Choose a tag to compare

Included commits: 11.26.1...11.26.2

Adjustments

  • Adjusted databuilder definition

11.26.1

19 Apr 11:08
Compare
Choose a tag to compare

Included commits: 11.26.0...11.26.1

Fixes

  • Fixed TriggerController::submitTriggerEventForOrderItemsAction() in order to get items request parameter correctly.

11.26.0

03 Apr 08:36
Compare
Choose a tag to compare

Included commits: 11.25.0...11.26.0

Improvements

  • Adjusted SendOrderConfirmationPlugin::run() and SendOrderShippedPlugin::run() so they expand MailTransfer with the store.
  • Adjusted OmsFacadeInterface::saveReservation(), OmsFacadeInterface::updateReservationQuantity() and OmsFacadeInterface::updateReservation() to make it Dynamic Store compatible.
  • Adjusted StoreFacadeInterface dependency.

11.25.0

29 Mar 08:37
Compare
Choose a tag to compare

Included commits: 11.24.0...11.25.0

Improvements

  • Adjusted OrderStatusChangedMessageSender::sendOrderStatusChangedMessage() to expand Order.locale transfer property if missing.

11.24.0

10 Mar 14:48
Compare
Choose a tag to compare

Included commits: 11.23.2...11.24.0

Improvements

  • Added AclMerchantPortalExtension module to dependencies.
  • Introduced OmsAclEntityConfigurationExpanderPlugin plugin to expand provided AclEntityMetadataConfig transfer object with oms composite data.
  • Introduced OmsMerchantAclEntityRuleExpanderPlugin plugin to expand set of AclEntityRule 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

10 Mar 12:50
Compare
Choose a tag to compare

Included commits: 11.23.1...11.23.2

Fixes

  • Adjusted
    Spryker/Zed/Oms/Communication/Controller/TriggerController for compatibility with Symfony 6.

11.23.1

10 Mar 12:39
Compare
Choose a tag to compare

Included commits: 11.23.0...11.23.1

Fixes

  • Adjusted OmsFacade::sendOrderStatusChangedMessage() to prevent fetching merchants for non-marketplace setups.

11.23.0

02 Mar 14:54
Compare
Choose a tag to compare

Included commits: 11.22.1...11.23.0

Improvements

  • Increased Transfer module version dependency.
  • Added MessageBrokerFacadeInterface to dependencies.
  • Introduced OrderStatusChanged, OrderItem, OrderMerchant and MessageAttributes 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

23 Nov 14:04
Compare
Choose a tag to compare

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

11 Nov 13:53
Compare
Choose a tag to compare

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.