Skip to content

Commit

Permalink
Changelog housekeeping for PR #189
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Oct 15, 2024
1 parent b656ec0 commit e45d3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- Added then automatic completion of `$order->domain` from the current request to the OrderFactory
- Added the `promotions_total` attribute getter to the Foundation `Order` model
- Fixed an error when attempting to remove a product from the cart which is not in the by [xujiongze](https://github.com/xujiongze) in [#188](https://github.com/vanilophp/framework/pull/188)
- Fixed the `Channel::getCurrency()` method returning the wrong attribute by [Ouail](https://github.com/ouail) in [#189](https://github.com/vanilophp/framework/pull/189)

## 4.1.0
##### 2024-07-11
Expand Down
1 change: 1 addition & 0 deletions src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
##### 2024-XX-YY

- Changed `Channel::hasConfiguration()` to return false on empty arrays as well
- Fixed the `Channel::getCurrency()` method returning the wrong attribute by [Ouail](https://github.com/ouail) in [#189](https://github.com/vanilophp/framework/pull/189)

## 4.1.0
##### 2024-07-11
Expand Down

0 comments on commit e45d3d4

Please sign in to comment.