Releases: craftcms/commerce
Releases · craftcms/commerce
5.2.9
- Fixed a PHP error that could occur when updating the inventory of a purchasable for a non-primary site. (#3788)
- Fixed a PHP error that occurred when making a partial payment on an order from the control panel. (#3804)
- Fixed a PHP error that could occur when calculating order totals. (#3802)
- Fixed a bug where product indexes weren’t always showing the correct price. (#3807)
- Fixed a bug where changes to inline-editable Matrix fields weren’t getting saved for product variants. (#3805)
- Fixed a bug where the Edit Order page wasn’t showing order errors.
5.2.8
- Fixed a bug where line items weren’t getting hyperlinked within Edit Order pages. (#3792)
- Fixed a bug where Inventory pages were showing draft purchasables.
- Fixed a PHP error that could occur when creating inventory transfers. (#3696)
- Fixed a bug where prices weren’t getting formatted per the user’s formatting locale, in payment models on Edit Order pages. (#3789)
- Fixed a bug where store settings weren’t respecting environment variables. (#3786)
4.7.1
- Fixed an error that occurred on the Orders index page when running Craft CMS 4.13.4 or later. (#3793)
5.2.6
- Fixed a bug where variant prices could be displayed incorrectly when inline editing. (#3768)
- Fixed a performance degradation bug with variant queries. (#3758)
- Fixed a PHP error that could occur when managing store settings. (#3780)
5.2.5
- The
resave/products
, resave/orders
, and resave/carts
commands now support the --with-fields
option.
- Fixed a SQL error that could occur when updating. (#3778)
5.2.4
- Improved the performance of
craft\commerce\elements\Product::getVariants()
. (#3578)
- Fixed a SQL error that could occur when creating a variant. (#3763)
5.2.3
- Fixed a performance degradation bug with variant queries. (#3758)
- Fixed a bug where it was possible to select purchasables that didn’t belong to an order’s site, from Edit Order pages. (#3756)
5.2.2.1
- Fixed a PHP error that could occur when retrieving a variant. (#3754)
5.2.2
- Fixed a bug where product revisions weren’t storing variant relations.
- Fixed a PHP error that occurred when calling a product or variant’s
render()
method. (#3742)
- Fixed a bug where inventory data wasn’t getting saved when creating a new variant. (#3661)