- Fixed a bug where order indexes didn’t have customizable table columns when an order status’ source was selected.
- Fixed a bug where the current cart could be lost when registering a new user during checkout. (#4089)
- Fixed a bug where variant titles weren’t being generated for product types with a Variant Title Format that referenced the product when a product was saved. (#4090)
- Fixed a bug where empty variant collections could be incorrectly memoized when duplicating products. (#4075)
- Fixed a PHP error that could occur when saving an order from an
EVENT_ORDER_STATUS_CHANGE
event handler. (#4101)