Releases: cmgmyr/laravel-messenger
Releases · cmgmyr/laravel-messenger
1.6
- added hasParticipant() method to Thread model
2.5.1
- add version checking for Laravel 5.1+ where the
lists()
functionality has changed
- updated readme
2.5
- added
creator()
method to Thread model
1.5
- added
creator()
method to Thread model
2.4
- change
users.first_name
and users.last_name
to just users.name
to be more compliant with L5. This affects $thread->participantsString()
1.4
- removed
get()
from recipients()
scopes
- change
users.first_name
and users.last_name
to just users.name
2.3
- removed get() and latest() references in model scopes, fixes #28 - you will now have to reference these manually
2.2.1
- fixed database table prefixing
1.3
- removed get() and latest() references in model scopes - you will now have to reference these manually
1.2.1
- fixed database table prefixing