Releases: cmgmyr/laravel-messenger
Releases · cmgmyr/laravel-messenger
2.20
Added
Updated
- Remove references to Input facade #322
2.18
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
- Added support for Laravel 5.8
- Officially dropped support for Laravel 4, and Laravel <= 5.4
See #313
2.16.2
Fixes an issue for new installs where the user model was being set to null
, see #302
2.16.1
Sets initial config's user_model
to null
so that new installs don't fail with custom user model location #301
2.16
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
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
Models/Message.php
Added
Models/Thread.php
Added
Example Files
Updated
- Replaced
html
package references with vanilla html and form elements
- Refactored blade files to better separate functionality
Removed
laravelcollective/html
dependancy
Tests
- Updated code coverage w/ tests and tags
- Updated phpunit dependency when available
- Updated Travis and Scrutinizer configs
View the changes from 2.13.3 -> 2.14