Skip to content

4.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 08:26
· 2744 commits to 5.x since this release
  • 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)