Skip to content

2.0.0

Compare
Choose a tag to compare
@jasonmccreary jasonmccreary released this 28 Sep 18:49
· 8 commits to master since this release
f70f51e

This is a superficial major version release. It marks the adoption of a new Support Policy by dropping support for old versions of Laravel (currently 6.x, 7.x). There are no changes to functionality or underlying code other than requiring the latest stable version of Laravel (currently 8.x).

This also removes the assertNotSoftDeleted assertion in favor of using the native assertNotSoftDeleted added in Laravel 8.62. As the first parameter matches, no code changes are required.