Skip to content

Releases: cmgmyr/laravel-messenger

2.20

12 Mar 19:25
9cab074
Compare
Choose a tag to compare

Added

  • Laravel 7 support #333

Updated

  • Remove references to Input facade #322

2.19

16 Sep 12:43
3bdffe2
Compare
Choose a tag to compare

Added

  • Laravel 6 support #321

2.18

13 Jun 20:46
7272f50
Compare
Choose a tag to compare

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

10 Mar 19:07
2131acf
Compare
Choose a tag to compare
  • Added support for Laravel 5.8
  • Officially dropped support for Laravel 4, and Laravel <= 5.4

See #313

2.16.2

16 Jun 13:18
9cdfb65
Compare
Choose a tag to compare

Fixes an issue for new installs where the user model was being set to null, see #302

2.16.1

16 Jun 12:40
fd96da9
Compare
Choose a tag to compare

Sets initial config's user_model to null so that new installs don't fail with custom user model location #301

2.16

09 Jun 00:56
717a27e
Compare
Choose a tag to compare

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

06 Oct 20:57
Compare
Choose a tag to compare

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.1

08 May 19:31
Compare
Choose a tag to compare

Models/Thread.php

Updated

  • creator() now returns null if no user found instead of erroring out #231

Migrations

Fixed

  • Message migration for soft deletes is now configurable #219

View the changes from 2.14 -> 2.14.1

2.14

08 Apr 12:45
Compare
Choose a tag to compare

Models/Message.php

Added

  • Soft Deletes

Models/Thread.php

Added

  • users() relationship

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