Releases: darryldecode/laravelshoppingcart
Releases · darryldecode/laravelshoppingcart
Laravel 11 Support
Fix "deprecated" warning in php 8.2+
Fix "deprecated" warning in php 8.2+ (incorrect variable name) #368
Laravel 10 Support
Refer here: #355
Laravel 9 Support
Laravel 9 Support
Version 4.2.1 patch
Change log:
- Change minimum validation for quantity changed to 0.1
- Updates to Travis tests
- Updates to composer.json file (Bump up PHP version requirement to minimum of 7.3)
Laravel 8.0~ Support
Updated all dependencies including dev.
Please contact any incompatibility issues.
Laravel 7.x Support
Change Log:
- Added support for Laravel version 7.x
Minor Fix in Handling Events
Small fix in events. See more information on this changes in #219
Added ability to associate model
Change Log:
- Upgrade phpunit to latest version 8+ and fixed failing tests
- Added the ability to associate model to an item. #183
See Documentation for examples.