Skip to content

Releases: musonza/chat

v3.6.0

27 Oct 01:37
c3c0a1b
Compare
Choose a tag to compare
Update composer.json (#175)

* Update composer.json

* Update package requirements

* Apply fixes from StyleCI (#176)

* Update php version requirement

v3.5.0

04 Sep 17:06
Compare
Choose a tag to compare
Support laravel 6.0 (#156)

v3.4.2

15 Aug 22:19
Compare
Choose a tag to compare
Fixing Issue Faced When Migrating Also Can Be Seen On https://github.…

v3.4.1

22 Jul 22:17
a3ffc22
Compare
Choose a tag to compare
Remove increment not required (#151)

v3.4.0

22 Jul 02:19
0104a62
Compare
Choose a tag to compare
Use BigIncrements for Laravel 5.8 (#150)

v3.3.2

11 Jun 23:06
8ccbaa0
Compare
Choose a tag to compare
Use contract for event (#142)

* Use contract for event

* Apply fixes from StyleCI (#143)

v3.3.1

09 Apr 00:26
ce4e6f4
Compare
Choose a tag to compare
add another function to replace 'for' as setUser (#136)

* add another function to replace 'for' as setUser

v3.3.0

07 Apr 22:45
0789003
Compare
Choose a tag to compare

#135

Allows use of any primary key on the User model of choice

v3.2.7

18 Mar 15:02
Compare
Choose a tag to compare
Support laravel 5.8 (#132)

update composer.json

v3.2.6

17 Mar 17:46
Compare
Choose a tag to compare
Support laravel 5.8 (#131)

The fire method (which was deprecated in Laravel 5.4) of the Illuminate/Events/Dispatcher class has been removed. You should use the dispatch method instead.