Breaking Changes
- This release drops support for PHP versions lower than
8.2
and Laravel versions lower than9.x
. - This release updates the namespace from
Wildside\Userstamps
toMattiverse\Userstamps
to reflect the ownership change of this project. - Additionally, the
Userstamps
trait has moved fromWildside\Userstamps\Userstamps
toMattiverse\Userstamps\Traits\Userstamps
- note the additional nesting underTraits
.
What's Changed
- feat: support custom user resolution by @mattmcdev
- fix: correct null check order by @mattmcdev in #58
Full Changelog: 2.5.0...3.0.0