Laravel Talk Versions Save

Talk is a real-time users messaging and chatting system for Laravel.

v2.4.0

3 years ago
  • Added laravel 8 support
  • Added PHP >=7.0 and >=8.0 support
  • Fixed depenecny issues

v2.3.0

4 years ago

v2.2.2

5 years ago
  • Fix Talk class not found issue

v2.2.1

6 years ago

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]

v2.2.0

7 years ago

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

v2.1.2

7 years ago

v2.1.1

7 years ago
  • Add Laravel 5.4 compatibility
  • Fix parent touch problem when soft delete messages
  • Fix others bugs

v2.1.0

7 years ago
  • Support Realtime Messaging Using Pusher
  • Fix some bugs

v2.0.1

7 years ago
  • Fixed messaging pagination issue

v2.0.0

7 years ago

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