Skip to content

Commit 759a864

Browse files
committed
Merge branch 'release/4.2.10'
2 parents 48c233d + d8da649 commit 759a864

File tree

16 files changed

+298
-135
lines changed

16 files changed

+298
-135
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes for Craft Commerce
22

3+
## 4.2.10 - 2023-05-31
4+
5+
- An error notification is now displayed when attempting to delete a user with existing orders or subscriptions. ([#3071](https://github.com/craftcms/commerce/pull/3071), [#3070](https://github.com/craftcms/commerce/pull/3070))
6+
- Added support for linking to products and variants from CKEditor fields. ([#3150](https://github.com/craftcms/commerce/discussions/3150))
7+
- Fixed a bug where custom field conditions weren’t showing when editing a shipping zone.
8+
- Fixed a bug where discounts’ user condition values weren’t getting migrated properly when upgrading to Commerce 4. ([#3176](https://github.com/craftcms/commerce/issues/3176))
9+
- Fixed a bug where users weren’t permitted to update their subscriptions on the front-end. ([#3155](https://github.com/craftcms/commerce/issues/3155))
10+
- Fixed a PHP error that could occur when calling `craft\commerce\services\Payments::processPayment()` without passing the new `$redirectData` argument.
11+
312
## 4.2.9 - 2023-05-25
413

514
- The `commerce/cart/update-cart` action now accepts `clearAddresses`, `clearBillingAddress`, and `clearShippingAddress` params.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@
3434
"codeception/module-phpbrowser": "^1.0.0",
3535
"codeception/module-rest": "^1.0.0",
3636
"codeception/module-yii2": "^1.0.0",
37+
"craftcms/ckeditor": "^3.0",
3738
"craftcms/ecs": "dev-main",
3839
"craftcms/phpstan": "dev-main",
3940
"craftcms/rector": "dev-main",
4041
"craftcms/redactor": "*",
41-
"vlucas/phpdotenv": "^5.5.0"
42+
"vlucas/phpdotenv": "^3.4"
4243
},
4344
"autoload": {
4445
"psr-4": {

0 commit comments

Comments
 (0)