Releases: nahid/talk
Releases · nahid/talk
Feature improvement
Laravel 5.8 support
v2.3.0 update php version with 5.6, 7.0, 7.1 or higher
Bug Fixes
Feature Improvement Release
Changelog
- Fix pagination issue in conversations
- Fix pusher cluster issue
- Improve pusher channel name security
[N.B: After completing update, then you have to update config file with new one]
Feature Update
Changelog
- Compatible with laravel 5.3+ for set Auth User ID globally by using middleware
- Support optional param in pusher connection from config so now you can pass cluster info from config
Improvement
v2.1.2 add laravel 5.4 compatibility and fix some bugs
Laravel 5.4 Compatible
- Add Laravel 5.4 compatibility
- Fix parent touch problem when soft delete messages
- Fix others bugs
Realtime Message Stable Release
- Support Realtime Messaging Using Pusher
- Fix some bugs
Bug Fixed
Major and security release
This is a major and security release. So whats new in this version? Lets see
- Support all laravel supported database
- There are no raw query in this version. Fully Eloquent ORM compatible
- Fix N+1 problem
- Add pagination in every data collections
- Make some alias method for human readability
- Add new feature "Instantly auth user setting"
- Improve soft deletion process
- Change data structure
- Fix some security issue
- Improve many others process