Releases: craftcms/commerce
Releases · craftcms/commerce
5.3.3
5.3.2.2
4.8.1.2
5.3.2.1
4.8.1.1
5.3.2
- 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
5.3.1
- 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)