Releases: cmgmyr/laravel-messenger
Releases · cmgmyr/laravel-messenger
2.30.0
What's Changed
- Improve assertions by @peter279k in #398
- Test against php 8.3 by @sergiy-petrov in #399
- Laravel 11.x Compatibility by @laravel-shift in #402
New Contributors
- @peter279k made their first contribution in #398
- @sergiy-petrov made their first contribution in #399
Full Changelog: 2.29.0...2.30.0
2.29.0
2.28.0
What's Changed
- fixes Thread->scopeBetweenOnly to use participantTable by @injektion in #391
- Laravel 10.x Compatibility by @laravel-shift in #392
New Contributors
- @injektion made their first contribution in #391
- @laravel-shift made their first contribution in #392
Full Changelog: 2.27.0...2.28.0
2.27.0
2.26.0
2.25.0
2.24.0
2.23
Added
betweenOnly()
scope to get private conversations between only passed participants by @AbdullahFaqeir in #359
Updated
New Contributors
- @AbdullahFaqeir made their first contribution in #359
Full Changelog: 2.22...2.23
2.22
2.21
Added
- Laravel 8 support
- PHP 7.4
Updated
- Restore onlyTrashed Participants #347
- PHPUnit
Removed
- PHP 7.1
Upgrading to Laravel 8
If you'd like to upgrade to Laravel 8's new model directory structure, you'll need to publish the config file, and uncomment the user model option.