7.0.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #122
- Apply fixes from StyleCI by @michaeldyrynda in #123
New Contributors
- @laravel-shift made their first contribution in #122
Breaking changes
This version replaces the protected $uuidVersion = '';
in favour of a public function uuidVersion(): string;
If you are upgrading from an earlier version, you will need to replace instances of the property declaration with a method that returns the version string. The default UUID version remains uuid4
.
Full Changelog: 6.6.3...7.0.0