Skip to content

7.0.0

Choose a tag to compare

@michaeldyrynda michaeldyrynda released this 16 Feb 01:37
· 42 commits to main since this release
2952601

What's Changed

New Contributors

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