Migration from 2.3 to 2.4.0 GA
Change the name of email templates to fit the new email template naming standard:
return-authorization-email.html
-->return_authorization_email.html
return-confirmation-email.html
-->return_confirmation_email.html
New Events
There are a few new events that are now dispatched throughout the oms module.
- Order Block (OrderBlockEvent)
- Order Change (OrderChangeEvent)
- Order Cancelled (OrderCancelledEvent)
- Fulfillment Order Fulfilled (FulfillmentOrderFulfilledEvent)
- Fulfillment Order Cancelled (FulfillmentOrderCancelledEvent)
- Return Authorization (ReturnAuthorizationEvent)
- Return Confirmation (ReturnConfirmationEvent)