What's Changed
- Laravel 13.x Compatibility by @laravel-shift in #148
Full Changelog: v1.5.0...v1.6.0
Attention: We had to rework how we detect double model event dispatching to support Laravel 13, which requires registering model events inside whenBooted callbacks (see this). If you bind event handlers to the parent class, we recommend you test it out extensively and report back if you find anything.