Skip to content

Releases: craftcms/commerce

5.4.8

15 Oct 16:11
5.4.8
077beb1

Choose a tag to compare

  • Fixed a PHP error that could occur when saving a discount. (#4134)
  • Fixed a PHP error that could occur when editing an order. (#4139)

4.9.4

15 Oct 16:07
4.9.4
a82832a

Choose a tag to compare

  • Fixed a SQL error that could occur when deleting a shipping method.

5.4.7.1

09 Oct 11:24
5.4.7.1
a38a5b5

Choose a tag to compare

  • Fixed a PHP error that could occur when querying variants. (#4129)

5.4.7

08 Oct 13:26
5.4.7
9a80ac1

Choose a tag to compare

  • Fixed a bug where catalog pricing rules could generate promotional prices for non-promotable purchasables. (#4118)
  • Fixed a bug where variants weren’t getting duplicated correctly. (#4125)
  • Fixed a SQL error that could occur when deleting a shipping method.

5.4.6

04 Sep 15:51
5.4.6
54cf221

Choose a tag to compare

  • Fixed a bug where the commerce/cart/update-cart action could return unnecessary validation errors. (3873)
  • Added craft\commerce\helpers\Order::normalizeLineItemPurchasableAvailability().

4.9.3

04 Sep 15:03
4.9.3
fc2533d

Choose a tag to compare

  • Fixed a bug where the commerce/cart/update-cart action could return unnecessary validation errors. (3873)
  • Added craft\commerce\helpers\Order::normalizeLineItemPurchasableAvailability().

5.4.5.1

20 Aug 22:12
5.4.5.1
83a8376

Choose a tag to compare

  • Fixed a PHP type error.

5.4.5

20 Aug 16:13
5.4.5
e656043

Choose a tag to compare

  • 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)

4.9.2

20 Aug 16:02
4.9.2
b84c885

Choose a tag to compare

  • Fixed a PHP error that could occur when saving an order from an EVENT_ORDER_STATUS_CHANGE event handler. (#4101)

5.4.4

31 Jul 18:54
5.4.4
655a4ef

Choose a tag to compare

  • Improved the performance of loading Edit Order pages. (#4056)
  • Fixed a bug where cart errors weren’t being returned in commerce/payments/pay action requests. (#4026)
  • Fixed a bug where the EVENT_BEFORE_DEFINE_URL and EVENT_DEFINE_URL events weren’t getting triggered for variants.
  • Fixed a PHP error that could occur when submitting a partial payment using the example templates. (#3989)
  • Fixed a bug where shipping adjustments weren’t getting applied to carts that used a custom shipping method.