You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product GraphQL queries now support promotable, freeShipping, defaultSku, defaultHeight, defaultLength, defaultWidth, and defaultWeight arguments. (#3307)
Product GraphQL queries now support promotable, freeShipping, defaultSku, defaultHeight, defaultLength, defaultWidth, defaultWeight, and defaultVariant fields. (#3307)
Fixed a bug where it was possible to select soft-deleted tax categories.
Fixed a PHP error that occurred when sending an email with a missing PDF filename format. (#3309)
Fixed a PHP error that occurred when viewing soft-deleted orders. (#3308)
Fixed a bug where saving a shipping zone could fail if a tax zone existed with the same name. (#3317)
Fixed a bug where craft\commerce\services\LineItems::getLineItemById() wasn’t decoding the snapshot data. (#3253)