From 8f450210e0f6d8a09e85da708a2b6153209e2698 Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Wed, 18 Oct 2023 11:42:51 +0800 Subject: [PATCH] Typo --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ab499e0b..2efc5eec2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,7 @@ - Fixed a bug where duplicate inactive users could be created when using the `commerce/upgrade` command. ([#3286](https://github.com/craftcms/commerce/issues/3286)) - Fixed a bug where the `commerce/payments/pay` action was missing the `redirect` in JSON responses. ([#3265](https://github.com/craftcms/commerce/issues/3265)) - The order param is now included when triggering the `craft\commerce\services\Purchasables::EVENT_PURCHASABLE_SHIPPABLE` event. ([#3279](https://github.com/craftcms/commerce/pull/3279)) -- The auto-generated variant titles and SKUs are now generated when before saving a product in addition to before validation. ([#3297](https://github.com/craftcms/commerce/pull/3297)) - +- The auto-generated variant titles and SKUs are now generated before saving a product in addition to before validation. ([#3297](https://github.com/craftcms/commerce/pull/3297)) ## 4.3.0 - 2023-09-13