Releases: cmgmyr/laravel-messenger
Releases · cmgmyr/laravel-messenger
2.21
16 Sep 13:09
Compare
Sorry, something went wrong.
No results found
Added
Laravel 8 support
PHP 7.4
Updated
Restore onlyTrashed Participants #347
PHPUnit
Removed
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.
2.20
12 Mar 19:25
Compare
Sorry, something went wrong.
No results found
Added
Updated
Remove references to Input facade #322
2.19
16 Sep 12:43
Compare
Sorry, something went wrong.
No results found
2.18
13 Jun 20:46
Compare
Sorry, something went wrong.
No results found
Models/Thread.php
Updated
userUnreadMessages($userId) now checks against the $userId within the query.
Misc
Updates to tests, scrutinizer, travis, and other cleanup
2.17
10 Mar 19:07
Compare
Sorry, something went wrong.
No results found
Added support for Laravel 5.8
Officially dropped support for Laravel 4, and Laravel <= 5.4
See #313
2.16.2
16 Jun 13:18
Compare
Sorry, something went wrong.
No results found
Fixes an issue for new installs where the user model was being set to null, see #302
2.16.1
16 Jun 12:40
Compare
Sorry, something went wrong.
No results found
Sets initial config's user_model to null so that new installs don't fail with custom user model location #301
2.16
09 Jun 00:56
Compare
Sorry, something went wrong.
No results found
Models/Message.php
Updated
scopeUnreadForUser() fixed missing prefix #262
MessengerServiceProvider.php
Prioritize package user_model config value over auth user #294
Misc Cleanup
View the changes from 2.15 -> 2.16
2.15
06 Oct 20:57
Compare
Sorry, something went wrong.
No results found
Models/Thread.php
Updated
creator() #256 - uses internal cache variable
creator() 0a1d2f7 - returns null "User" model
Models/Message.php
Added
scopeUnreadForUser() #245
Traits/Messagable.php
Added
unreadMessagesCount() #245
2.14.1
08 May 19:31
Compare
Sorry, something went wrong.
No results found