- Improved the performance of migrations when upgrading to Commerce 5. (#4277)
- Fixed a bug where variants weren’t getting saved if their auto-generated SKU wasn’t unique. (#4249)
- Fixed a PHP error that could occur when marking an inventory transfer as pending. (#4267)
- Fixed a bug where reordering disabled variants wasn’t working properly. (#4270)
- Fixed a bug where
craft\commerce\services\Carts::forgetCart()wasn’t working ifgetCart()was subsequently called. (#4279)