Skip to content

Releases: cmgmyr/laravel-messenger

2.6

17 Jun 01:08

Choose a tag to compare

2.6
  • added hasParticipant() method to Thread model
  • updated tests

1.6

16 Jun 20:45

Choose a tag to compare

1.6
  • added hasParticipant() method to Thread model

2.5.1

09 Jun 18:24

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

Choose a tag to compare

2.5
  • added creator() method to Thread model

1.5

09 Jun 17:03

Choose a tag to compare

1.5
  • added creator() method to Thread model

2.4

05 May 11:22

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

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

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

Choose a tag to compare

  • fixed database table prefixing

1.3

15 Apr 18:54

Choose a tag to compare

1.3
  • removed get() and latest() references in model scopes - you will now have to reference these manually