Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darryldecode committed Jun 1, 2015
1 parent 4472ea2 commit 86d3ebf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,16 @@ $items->each(function($item)

## Changelogs

**2.3.0
- added new Cart Method: Cart::addItemCondition($productId, $itemCondition)
- added new Cart Method: Cart::getTotalQuantity()

**2.2.1
- bug fixes

**2.2.0
- added new Cart Method: getConditionsByType($type)
- added new Item Method: removeConditionsByType($type)
- added new Cart Method: Cart::getConditionsByType($type)
- added new Item Method: Cart::removeConditionsByType($type)

**2.1.1
- 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)
Expand Down

0 comments on commit 86d3ebf

Please sign in to comment.