Skip to content

Commit

Permalink
Release note tweaks
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Aug 14, 2024
1 parent 291d86b commit 1e7901d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release Notes for Craft Commerce

- It’s now possible to duplicate variants.
- It’s now possible to search for orders by shipping and billing address. ([#3603](https://github.com/craftcms/commerce/pull/3603))
- Fixed a bug where it wasn’t possible to remove the last email from an order status configuration. ([#3621](https://github.com/craftcms/commerce/issues/3621))
- Fixed a bug where the “Create Sale” and “Create Discount” actions did not work on product indexes. ([#3611](https://github.com/craftcms/commerce/issues/3611))
- Fixed a bug where an Order’s status would not be returned correctly. ([#3615](https://github.com/craftcms/commerce/issues/3615))
- Fixed a bug where a draft variant could become orphaned when a product was deleted.
- Fixed a PHP error that occurred when using a non-Craft queue driver. ([#3619](https://github.com/craftcms/commerce/pull/3619))
- Fixed a bug where the week start day could be incorrect for stat widgets. ([#3620](https://github.com/craftcms/commerce/pull/3620))
- Fixed a bug where variants weren't being duplicated when duplicating a product. ([#924](https://github.com/craftcms/commerce/issues/924))
- It’s now possible to search order by shipping and billing addresses. ([#3603](https://github.com/craftcms/commerce/pull/3603))
- Fixed a bug where the “Create Sale” and “Create Discount” product index actions weren’t working. ([#3611](https://github.com/craftcms/commerce/issues/3611))
- Fixed a bug where `craft\commerce\elements\Order::getOrderStatus()` could incorrectly return `null`. ([#3615](https://github.com/craftcms/commerce/issues/3615))
- Fixed a bug where draft variants became orphaned when products were deleted.
- Fixed a PHP error that occurred when using a custom queue driver. ([#3619](https://github.com/craftcms/commerce/pull/3619))
- Fixed a bug where stat widgets weren’t respecting the user’s preferred week start day. ([#3620](https://github.com/craftcms/commerce/pull/3620))
- Fixed a bug where variants weren’t getting duplicated when duplicating a product. ([#924](https://github.com/craftcms/commerce/issues/924))

## 5.0.15 - 2024-07-31

Expand Down

0 comments on commit 1e7901d

Please sign in to comment.