All notable changes to mateusjunges/laravel-invite-codes
will be documented in this file.
- Drop support for Laravel versions 6, 7 and 8
- Add support for Laravel v10.x
- Drop support for php 7.4
- Add support for Laravel v9.x (by @jbrooksuk)
- Refactored redeem method to use happy path (#37)
- Removed unused method parameter for private method
inviteCanBeRedeemed
(#37) - Optimezed
canBeUsedXTimes
regex (#36)
- Removed void type hint
DuplicateInviteCodeException::forEmail
method (#33)
- Add support for PHP v8
- Drop support for Laravel 5.8
- Add support for laravel v8.x
- Drop support for Larvel v5.6 and v5.7
- Change test suite to run on github actions instead of TravisCi
- Ensure all generated codes are unique (#12)
- Add support for Laravel v7.x
- Add path to default invite model where missing (allows to use this package without publishing the config)
- Allows Route model binding by passing the invite code to the route
- Added the
custom_migration
key to the configuration file
- Add path to default invite model (#4)
- Initial release