Skip to content

Releases: craftcms/commerce

5.3.3

19 Feb 16:45
5.3.3
d99c9a2
Compare
Choose a tag to compare
  • Fixed a bug where line item totals could be formatted in the wrong currency on Edit Order pages. (#3891)
  • Fixed a bug where email and order status change events weren’t getting triggered in non-primary stores.

5.3.2.2

10 Feb 13:11
5.3.2.2
9d81195
Compare
Choose a tag to compare
  • Fixed a bug where carts’ adjustment totals could be calculated incorrectly. (#3888)
  • Fixed a styling issue on the Edit Order page. (#3889)

4.8.1.2

10 Feb 13:08
4.8.1.2
8deed2b
Compare
Choose a tag to compare
  • Fixed a bug where carts’ adjustment totals could be calculated incorrectly. (#3888)

5.3.2.1

08 Feb 03:15
5.3.2.1
184754a
Compare
Choose a tag to compare
  • Fixed a bug where tax and shipping totals weren’t being recalculated in commerce/cart/* action requests. (#3888)

4.8.1.1

08 Feb 03:11
4.8.1.1
236f9f7
Compare
Choose a tag to compare
  • Fixed a bug where taxes and shipping totals weren’t being recalculated in commerce/cart/* action requests. (#3888)

5.3.2

06 Feb 16:08
5.3.2
9a38155
Compare
Choose a tag to compare
  • Added craft\commerce\collections\InventoryMovementCollection::getPurchasables().
  • Added craft\commerce\base\Gateway::transactionSupportsRefund().
  • Fixed a bug where product variants weren’t getting restored when soft-deleted products were restored. (#3815)
  • Fixed a bug where purchables’ cached per-store stock totals weren’t getting updated when inventory was moved.
  • Fixed a bug where it wasn’t possible to update inventory transfers that contained deleted inventory items.
  • Fixed a bug where the commerce/cart/update-cart action could return unnecessary validation errors. (3873)

4.8.1

05 Feb 14:52
4.8.1
3753514
Compare
Choose a tag to compare
  • Improved logging when a user deletion is prevented due to the user having Commerce orders. (#3686)
  • Added craft\commerce\base\Gateway::transactionSupportsRefund().
  • Fixed a bug where the commerce/cart/update-cart action could return unnecessary validation errors. (3873)

5.3.1

03 Feb 16:12
5.3.1
906a675
Compare
Choose a tag to compare
  • Improved logging when a user deletion is prevented due to the user having Commerce orders. (#3686)
  • Fixed a PHP error that could occur when calculating tax adjustments. (#3822)
  • Fixed a PHP error that could occur when updating an order’s status from the CLI. (#3858)
  • Fixed a bug where additional tax ID validators where not being checked when a store’s “Validate Business Tax ID as Vat ID” setting was enabled.
  • Fixed a bug where the deprecated craft\commerce\models\TaxRate::$isVat property was still being set. (#3874)
  • Fixed a bug where emails could be rendered in the wrong language when sent manually from the control panel. (#3852)
  • Fixed an error that occurred when rendering a Link field with a product selected on the front end. (#3833)

4.8.0.1

03 Feb 03:29
4.8.0.1
fa7cc62
Compare
Choose a tag to compare
  • Fixed a bug where the deprecated TaxRate::$isVat property was still being set. (#3874)
  • Fixed a PHP error that could occur when updating an order’s status on console requests. (#3858)

5.3.0.2

31 Jan 08:38
5.3.0.2
c42646f
Compare
Choose a tag to compare
  • Fixed a bug where gateways weren’t ensuring handle uniqueness. (#3839)