Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darryldecode committed Mar 17, 2015
1 parent 0d54164 commit cdcc82c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,12 @@ $items->each(function($item)
```

## Changelogs
**2.0.0

**2.0.0 (breaking change)
- major changes in dealing with conditions (Please see [Conditions](#conditions) section, and read carefully)
- All conditions added on per item bases should have now target => 'item' instead of 'subtotal'
- All conditions added on per cart bases should have now target => 'subtotal' instead of 'total'

**1.1.0
- added new method: clearCartConditions()
- added new method: removeItemCondition($itemId, $conditionName)
Expand Down

0 comments on commit cdcc82c

Please sign in to comment.