v2.0.0
Release Notes
This major release drops support for older PHP and Laravel versions, raises the minimum requirements to modern supported releases, and introduces automatic cleanup of malformed cart items.
Added
removeInvalidItems()method that automatically strips cart items missing required fields (id,name,quantity), called on every cart session load
Changed
- Minimum PHP version raised from 8.2 to 8.3
- Laravel framework support updated to ^11.0|^12.0|^13.0 (dropped Laravel 10 support)
- CI test matrix updated to cover PHP 8.3, 8.4, and 8.5