We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d54164 commit cdcc82cCopy full SHA for cdcc82c
README.md
@@ -528,8 +528,12 @@ $items->each(function($item)
528
```
529
530
## Changelogs
531
-**2.0.0
+
532
+**2.0.0 (breaking change)
533
- 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
537
**1.1.0
538
- added new method: clearCartConditions()
539
- added new method: removeItemCondition($itemId, $conditionName)
0 commit comments