Skip to content

Commit 86d3ebf

Browse files
committed
Update README.md
1 parent 4472ea2 commit 86d3ebf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,16 @@ $items->each(function($item)
614614

615615
## Changelogs
616616

617+
**2.3.0
618+
- added new Cart Method: Cart::addItemCondition($productId, $itemCondition)
619+
- added new Cart Method: Cart::getTotalQuantity()
620+
621+
**2.2.1
622+
- bug fixes
623+
617624
**2.2.0
618-
- added new Cart Method: getConditionsByType($type)
619-
- added new Item Method: removeConditionsByType($type)
625+
- added new Cart Method: Cart::getConditionsByType($type)
626+
- added new Item Method: Cart::removeConditionsByType($type)
620627

621628
**2.1.1
622629
- 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)

0 commit comments

Comments
 (0)