Skip to content

Commit

Permalink
Changelog tweaks
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Oct 16, 2024
1 parent de04807 commit 1aaa0e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

- Fixed a PHP error that could occur when creating a subscription. ([#3710](https://github.com/craftcms/commerce/issues/))
- Fixed a bug where inventory items could appear with blank descriptions on the Inventory management screen. ([#3706](https://github.com/craftcms/commerce/issues/3706))
- Fixed a bug where additional buttons defined with `Order::EVENT_DEFINE_ADDITIONAL_BUTTONS` weren’t displayed on the Edit Order screen. ([#3692](https://github.com/craftcms/commerce/issues/3692))
- Fixed a bug where email errors weren’t displayed on the Edit Order screen. ([#3693](https://github.com/craftcms/commerce/issues/3693))
- Fixed a bug where `craft\commerce\helpers\Currency::formatAsCurrency()` wasn't stripping zeros. ([#3716](https://github.com/craftcms/commerce/issues/3716))
- Fixed a bug where additional buttons defined with `craft\commerce\elements\Order::EVENT_DEFINE_ADDITIONAL_BUTTONS` weren’t displayed on Edit Order screens. ([#3692](https://github.com/craftcms/commerce/issues/3692))
- Fixed a bug where email errors weren’t displayed on Edit Order screens. ([#3693](https://github.com/craftcms/commerce/issues/3693))
- Fixed a bug where `craft\commerce\helpers\Currency::formatAsCurrency()` wasn’t stripping zeros. ([#3716](https://github.com/craftcms/commerce/issues/3716))


## 5.1.3 - 2024-10-02

Expand Down

0 comments on commit 1aaa0e8

Please sign in to comment.