Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 14, 2024
1 parent cc1d527 commit 6d1b4af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- 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)
Expand Down
2 changes: 1 addition & 1 deletion resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Cart Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];

0 comments on commit 6d1b4af

Please sign in to comment.