Skip to content

Releases: lukepolo/laracart

1.1.23: Fixing taxable if int (#131)

11 May 03:11
Compare
Choose a tag to compare
* fixing model not being returned

* slight fix for taxable

1.1.22

02 May 15:35
Compare
Choose a tag to compare
fixing model not being returned (#129)

1.1.21: Fixing item model binding and taxable from mysql not always bool (#126)

01 May 00:27
Compare
Choose a tag to compare
* fixing some type hinting

* updating read me a bit

* allow user to add via item id as well as item model

* showing more of the bindings availalble

* adding the exceptiong

* removing scrutinzier,

* hotfix

* fixing and cleaning up migrations

* idea should be in global gitignore

* CS

* more cs

* adding facade back in

* fixing bad code

* fixing issue with item model , and taxbale

1.1.20: Misc fixes (#124)

30 Apr 13:57
Compare
Choose a tag to compare
* fixing some type hinting

* updating read me a bit

* allow user to add via item id as well as item model

* showing more of the bindings availalble

* adding the exceptiong

* removing scrutinzier,

* hotfix

* fixing and cleaning up migrations

* idea should be in global gitignore

* CS

* more cs

* adding facade back in

* fixing bad code

HOTFIX

29 Apr 19:09
Compare
Choose a tag to compare
Misc fixes (#122)

* fixing some type hinting

* updating read me a bit

* allow user to add via item id as well as item model

* showing more of the bindings availalble

* adding the exceptiong

* removing scrutinzier,

* hotfix

Lots of Updates

29 Apr 18:04
Compare
Choose a tag to compare

This has lots of little updates that help the package validate its numbers coming in.

Furthermore a great contribution from Cannonb4ll has made it much better for the migration stub.

Thanks again !

Force Saving the Sessions when Updated

29 Apr 15:51
Compare
Choose a tag to compare
1.1.17

forcing the session to save no matter what, seems to have an effect o…

1.1.16: Remove all Fees in the Cart (#111)

24 Apr 02:54
Compare
Choose a tag to compare
* Adding a way to remove all fees from the cart.

* removing unset

1.1.15: Return item not itemhash when item is removed. (#112)

21 Apr 18:01
Compare
Choose a tag to compare
When an item is removed from the cart, return the

full item object instead of just the itemhash. The

reasoning for this is that the itemhash is still

accessible from the item object, but not the other

way around (you can't use the itemhash to retrieve

any info about the removed item once it's removed

from the cart.

1.1.14

06 Apr 14:59
Compare
Choose a tag to compare
fixed test to make sure ioc container works