Releases: 7span/laravel-chat
Releases · 7span/laravel-chat
Message encryption and decryption.
✨ Improvements:
- Added the message body encryption and decryption.
Added support for PHP 8.2
✨ Improvements:
- Added support for PHP 8.2
🐞 Bug fixes:
- Chat configuration exception issue fixed.
Implement configration
✨ Improvements:
- Added the configuration for the trigger of the send message event or not
Fix read all message channel user not found issue
🐞 Bug fixes:
- Channel user not found in the read-all message function issue fixed.
Update message support added
✨ Improvements:
- Update message support added.
- Removed channel condition
Added message variable
✨ Improvements:
Added the custom message variable into the send message.
Added the channel slug into the channel response
✨ Improvements:
Added the channel slug into the channel listing response.
Implement into the channel and messages
✨ 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.
✨ Improvements:
- user_id and channel_id support in the channel listing method.
- Change the response to create the change.
Fix for the foreign keys
✨ Improvements:
- Removed the foreign keys.