Skip to content

Commit 3e3cf7e

Browse files
committed
Changelog tweaks
[ci skip]
1 parent cb09bcb commit 3e3cf7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Unreleased
44

5-
- Fixed a bug where variants weren’t being saved for product types with a Variant SKU Format that could cause duplicate SKUs. ([#4249](https://github.com/craftcms/commerce/issues/4249))
6-
- Fixed a PHP error that occurred when marking an inventory transfer as pending. ([#4267](https://github.com/craftcms/commerce/issues/4267))
7-
- Improved the performance of migrations when upgrading to 5.x. ([#4277](https://github.com/craftcms/commerce/issues/4277))
8-
- Fixed a bug where variants' sort order wasn’t being respected when reordering with disabled variants. ([#4270](https://github.com/craftcms/commerce/issues/4270))
9-
- Fixed a bug where forgetting the cart was ineffective when get cart was called later in the same request. ([#4279](https://github.com/craftcms/commerce/issues/4279))
5+
- Improved the performance of migrations when upgrading to Commerce 5. ([#4277](https://github.com/craftcms/commerce/issues/4277))
6+
- Fixed a bug where variants weren’t getting saved if their auto-generated SKU wasn’t unique. ([#4249](https://github.com/craftcms/commerce/issues/4249))
7+
- Fixed a PHP error that could occur when marking an inventory transfer as pending. ([#4267](https://github.com/craftcms/commerce/issues/4267))
8+
- Fixed a bug where reordering disabled variants wasn’t working properly. ([#4270](https://github.com/craftcms/commerce/issues/4270))
9+
- Fixed a bug where `craft\commerce\services\Carts::forgetCart()` wasn’t working if `getCart()` was subsequently called. ([#4279](https://github.com/craftcms/commerce/issues/4279))
1010

1111
## 5.6.1.1 - 2026-03-27
1212

0 commit comments

Comments
 (0)