Skip to content

Commit cdcc82c

Browse files
committed
Update README.md
1 parent 0d54164 commit cdcc82c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,12 @@ $items->each(function($item)
528528
```
529529

530530
## Changelogs
531-
**2.0.0
531+
532+
**2.0.0 (breaking change)
532533
- major changes in dealing with conditions (Please see [Conditions](#conditions) section, and read carefully)
534+
- All conditions added on per item bases should have now target => 'item' instead of 'subtotal'
535+
- All conditions added on per cart bases should have now target => 'subtotal' instead of 'total'
536+
533537
**1.1.0
534538
- added new method: clearCartConditions()
535539
- added new method: removeItemCondition($itemId, $conditionName)

0 commit comments

Comments
 (0)