Skip to content

Releases: 7span/laravel-chat

Message encryption and decryption.

22 May 05:59
67175ac
Compare
Choose a tag to compare

✨ Improvements:

  • Added the message body encryption and decryption.

Added support for PHP 8.2

17 May 06:00
f74ca76
Compare
Choose a tag to compare

✨ Improvements:

  • Added support for PHP 8.2

🐞 Bug fixes:

  • Chat configuration exception issue fixed.

Implement configration

23 Feb 10:51
9476255
Compare
Choose a tag to compare

✨ Improvements:

  • Added the configuration for the trigger of the send message event or not

Fix read all message channel user not found issue

22 Feb 09:39
12a4845
Compare
Choose a tag to compare

🐞 Bug fixes:

  • Channel user not found in the read-all message function issue fixed.

Update message support added

20 Feb 12:03
cdeae99
Compare
Choose a tag to compare

✨ Improvements:

  • Update message support added.
  • Removed channel condition

Added message variable

10 Jan 12:20
4d40e15
Compare
Choose a tag to compare

✨ Improvements:

Added the custom message variable into the send message.

Added the channel slug into the channel response

14 Dec 11:14
2d1769d
Compare
Choose a tag to compare

✨ Improvements:

Added the channel slug into the channel listing response.

Implement into the channel and messages

06 Dec 10:31
e40010e
Compare
Choose a tag to compare

✨ Improvements:

  • Add all message read support.
  • Added created_at and updated_at into the channel and message listing method.

🐞 Bug fixes:

  • Fix the name of the channel user relationship.

User id and Channel id support in the channel listing method.

01 Dec 09:38
99ae850
Compare
Choose a tag to compare

✨ Improvements:

  • user_id and channel_id support in the channel listing method.
  • Change the response to create the change.

Fix for the foreign keys

23 Nov 12:57
8800d59
Compare
Choose a tag to compare

✨ Improvements:

  • Removed the foreign keys.