Releases: cmgmyr/laravel-messenger
Releases · cmgmyr/laravel-messenger
2.6
17 Jun 01:08
Compare
Sorry, something went wrong.
No results found
added hasParticipant() method to Thread model
updated tests
1.6
16 Jun 20:45
Compare
Sorry, something went wrong.
No results found
added hasParticipant() method to Thread model
2.5.1
09 Jun 18:24
Compare
Sorry, something went wrong.
No results found
add version checking for Laravel 5.1+ where the lists() functionality has changed
updated readme
2.5
09 Jun 17:04
Compare
Sorry, something went wrong.
No results found
added creator() method to Thread model
1.5
09 Jun 17:03
Compare
Sorry, something went wrong.
No results found
added creator() method to Thread model
2.4
05 May 11:22
Compare
Sorry, something went wrong.
No results found
change users.first_name and users.last_name to just users.name to be more compliant with L5. This affects $thread->participantsString()
1.4
05 May 11:16
Compare
Sorry, something went wrong.
No results found
removed get() from recipients() scopes
change users.first_name and users.last_name to just users.name
2.3
16 Apr 11:48
Compare
Sorry, something went wrong.
No results found
removed get() and latest() references in model scopes, fixes #28 - you will now have to reference these manually
2.2.1
15 Apr 18:57
Compare
Sorry, something went wrong.
No results found
fixed database table prefixing
1.3
15 Apr 18:54
Compare
Sorry, something went wrong.
No results found
removed get() and latest() references in model scopes - you will now have to reference these manually