Skip to content

Commit

Permalink
Changelog housekeeping for PR #188
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Oct 10, 2024
1 parent eb1a7ed commit 07b4e3a
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 @@ -34,6 +34,7 @@
- Added `domain` field to the orders table
- 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)

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

- Changed `CartItem::hasConfiguration()` to return false on empty arrays as well
- 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)

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

0 comments on commit 07b4e3a

Please sign in to comment.