Skip to content

Commit 0526c07

Browse files
committed
Update README.md
1 parent 116895e commit 0526c07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ $items->each(function($item)
558558

559559
## Changelogs
560560

561+
**2.1.1
562+
- when a new product with the same ID is added on a cart and a quantity is provided, it will increment its current quantity instead of overwriting it. There's a chance that you will also need to update an item's quantity but not incrementing it but reducing it, please just see the documentation (Please see Cart::update() section, and read carefully)
563+
561564
**2.1.0
562565
- added new Cart Method: getCalculatedValue($totalOrSubTotalOrPrice)
563566
- added new Item Method: getPriceSum()

0 commit comments

Comments
 (0)