Releases: lukepolo/laracart
Releases · lukepolo/laracart
1.1.23: Fixing taxable if int (#131)
* fixing model not being returned * slight fix for taxable
1.1.22
1.1.21: Fixing item model binding and taxable from mysql not always bool (#126)
* 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)
* 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
Lots of Updates
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
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)
* Adding a way to remove all fees from the cart. * removing unset
1.1.15: Return item not itemhash when item is removed. (#112)
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.