Skip to content

Releases: lukepolo/laracart

Bug Fixes

18 Oct 22:18
Compare
Choose a tag to compare
Merge pull request #213 from lukepolo/feature/model-on-item

you can now get the model easier from the item

1.4.1-rc: Merge pull request #212 from lukepolo/bug/dont-caulculate-discount-twice

17 Oct 13:39
Compare
Choose a tag to compare
Bug/dont caulculate discount twice

Release 1.4.0

10 Oct 22:50
Compare
Choose a tag to compare
  • Merge pull request #207 from lukepolo/fix/206 (e9e0492)

Breaking Change
totalDiscount now includes the item discounts, if you wish to not include them pass false into the second parameter.

Fixed adding double tax onto fees

11 Aug 14:26
Compare
Choose a tag to compare
Apply fixes from StyleCI

[ci skip] [skip ci]

Fixing issues total with fees when requesting without taxes

11 Aug 13:52
Compare
Choose a tag to compare

Laravel 5.5 and dont delete if empty

28 Jul 11:18
Compare
Choose a tag to compare
1.3.5

anything above 5.4

Release 1.3.4

10 Jul 15:35
Compare
Choose a tag to compare

Sub items can have qts

04 Jul 12:44
Compare
Choose a tag to compare
Merge pull request #198 from jmarcher/master

Fixed problem with tests (PR from 1.1)

1.1.46: Merge pull request #195 from jmarcher/patch-1

05 May 13:22
Compare
Choose a tag to compare
Fixed problem were only laravel 5.3.0 was installed

Tax can be more than 100%

03 May 18:05
Compare
Choose a tag to compare
Merge pull request #192 from jmarcher/master

Merge with #190