Skip to content

Releases: nahid/talk

Feature improvement

25 Mar 13:33
b5e20aa
Compare
Choose a tag to compare
  • Added laravel 8 support
  • Added PHP >=7.0 and >=8.0 support
  • Fixed depenecny issues

Laravel 5.8 support

07 Aug 18:40
Compare
Choose a tag to compare
v2.3.0

update php version with 5.6, 7.0, 7.1 or higher

Bug Fixes

02 Jul 18:23
dcd6d06
Compare
Choose a tag to compare
  • Fix Talk class not found issue

Feature Improvement Release

26 May 18:10
Compare
Choose a tag to compare

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

22 Apr 06:41
Compare
Choose a tag to compare

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

31 Jan 06:20
Compare
Choose a tag to compare
v2.1.2

add laravel 5.4 compatibility and fix some bugs

Laravel 5.4 Compatible

30 Jan 18:44
Compare
Choose a tag to compare
  • Add Laravel 5.4 compatibility
  • Fix parent touch problem when soft delete messages
  • Fix others bugs

Realtime Message Stable Release

08 Jan 17:04
Compare
Choose a tag to compare
  • Support Realtime Messaging Using Pusher
  • Fix some bugs

Bug Fixed

05 Dec 13:09
Compare
Choose a tag to compare
  • Fixed messaging pagination issue

Major and security release

04 Dec 11:24
Compare
Choose a tag to compare

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