You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Unreleased
4
4
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))
0 commit comments