Releases: mateusjunges/laravel-invite-codes
Releases · mateusjunges/laravel-invite-codes
v2.0.0
What's Changed
- Use default invite model when not set on config by @nickpoulos in #41
- Drop support for Laravel 9 by @mateusjunges in #42
- Drop support for the
canBeUsedXTimes
method by @mateusjunges in #43 - Allow to customize how invite codes are generated by @mateusjunges in #44
New Contributors
- @nickpoulos made their first contribution in #41
Full Changelog: v1.6.0...v2.0.0
v1.6.0
What's changed
- Drop support for Laravel versions 6, 7 and 8
- Add support for Laravel v10.x
- Drop support for php 7.4
Full Changelog: v1.5.0...v1.6.0
v1.5.0
- Added support for Laravel v9.x
v1.4.2
v1.4.1
1.4.0
- Add support for PHP v8
- Drop support for Laravel v5.8
1.3.0
- Add support for Laravel v8.x
- Drop support for Laravel v5.6.x
- Drop support for Laravel v5.7.x
1.2.2
- Change test suite to run on GitHub Actions instead of TravisCI
1.2.1
1.2.0
- Add support for Laravel 7