Releases: craftcms/commerce
Releases · craftcms/commerce
4.2.11
3.4.22.1
- Fixed a bug where the incorrect version number was being shown after updating.
4.2.10
- An error notification is now displayed when attempting to delete a user with existing orders or subscriptions. (#3071, #3070)
- Added support for linking to products and variants from CKEditor fields. (#3150)
- Fixed a bug where custom field conditions weren’t showing when editing a shipping zone.
- Fixed a bug where discounts’ user condition values weren’t getting migrated properly when upgrading to Commerce 4. (#3176)
- Fixed a bug where users weren’t permitted to update their subscriptions on the front-end. (#3155)
- Fixed a PHP error that could occur when calling
craft\commerce\services\Payments::processPayment()
without passing the new$redirectData
argument.
3.4.22
4.2.9
- The
commerce/cart/update-cart
action now acceptsclearAddresses
,clearBillingAddress
, andclearShippingAddress
params. - Fixed a JavaScript error that occurred when switching control panel tabs on small screens. (#3162)
- Fixed a bug where the
commerce/upgrade
command wasn’t migrating discounts’ and coupons’ Max Uses values properly. (#2947)
4.2.8
3.4.21
- Craft Commerce now requires Dompdf 2.0.0 or later.