Skip to content

Releases: cmgmyr/laravel-messenger

1.6

16 Jun 20:45
Compare
Choose a tag to compare
1.6
  • added hasParticipant() method to Thread model

2.5.1

09 Jun 18:24
Compare
Choose a tag to compare
  • add version checking for Laravel 5.1+ where the lists() functionality has changed
  • updated readme

2.5

09 Jun 17:04
Compare
Choose a tag to compare
2.5
  • added creator() method to Thread model

1.5

09 Jun 17:03
Compare
Choose a tag to compare
1.5
  • added creator() method to Thread model

2.4

05 May 11:22
Compare
Choose a tag to compare
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

05 May 11:16
Compare
Choose a tag to compare
1.4
  • removed get() from recipients() scopes
  • change users.first_name and users.last_name to just users.name

2.3

16 Apr 11:48
Compare
Choose a tag to compare
2.3
  • 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
Choose a tag to compare
  • fixed database table prefixing

1.3

15 Apr 18:54
Compare
Choose a tag to compare
1.3
  • removed get() and latest() references in model scopes - you will now have to reference these manually

1.2.1

15 Apr 18:53
Compare
Choose a tag to compare
  • fixed database table prefixing