Skip to content

Releases: cmgmyr/laravel-messenger

2.30.0

18 Mar 02:22
d123329
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.29.0...2.30.0

2.29.0

31 Mar 10:55
70a7fc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.28.0...2.29.0

2.28.0

14 Feb 22:04
0a74f94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.27.0...2.28.0

2.27.0

11 Feb 04:32
d19d3e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.26.0...2.27.0

2.26.0

31 Jan 15:16
e719816
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.25.0...2.26.0

2.25.0

21 Jan 21:01
4ba8e3a
Compare
Choose a tag to compare

What's Changed

  • remove additional types to keep backwards compatibility by @cmgmyr in #378

Full Changelog: 2.24.0...2.25.0

2.24.0

22 Nov 11:43
8320099
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.23...2.24.0

2.23

17 Nov 11:46
fa79ad2
Compare
Choose a tag to compare

Added

  • betweenOnly() scope to get private conversations between only passed participants by @AbdullahFaqeir in #359

Updated

  • Test Suite Updates, Use GitHub Actions by @cmgmyr in #360

New Contributors

Full Changelog: 2.22...2.23

2.22

27 Jan 15:27
0f25489
Compare
Choose a tag to compare

Added

  • PHP 8 Support #353

2.21

16 Sep 13:09
fc9e943
Compare
Choose a tag to compare

Added

  • Laravel 8 support
  • PHP 7.4

Updated

  • Restore onlyTrashed Participants #347
  • PHPUnit

Removed

  • PHP 7.1

Upgrading to Laravel 8

If you'd like to upgrade to Laravel 8's new model directory structure, you'll need to publish the config file, and uncomment the user model option.