Skip to content

Releases: nahid/talk

Feature improvement

Choose a tag to compare

@nahid nahid released this 25 Mar 13:33
b5e20aa
  • Added laravel 8 support
  • Added PHP >=7.0 and >=8.0 support
  • Fixed depenecny issues

Laravel 5.8 support

Choose a tag to compare

@nahid nahid released this 07 Aug 18:40
v2.3.0

update php version with 5.6, 7.0, 7.1 or higher

Bug Fixes

Choose a tag to compare

@nahid nahid released this 02 Jul 18:23
dcd6d06
  • Fix Talk class not found issue

Feature Improvement Release

Choose a tag to compare

@nahid nahid released this 26 May 18:10

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

Choose a tag to compare

@nahid nahid released this 22 Apr 06:41

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

Choose a tag to compare

@nahid nahid released this 31 Jan 06:20
v2.1.2

add laravel 5.4 compatibility and fix some bugs

Laravel 5.4 Compatible

Choose a tag to compare

@nahid nahid released this 30 Jan 18:44
  • Add Laravel 5.4 compatibility
  • Fix parent touch problem when soft delete messages
  • Fix others bugs

Realtime Message Stable Release

Choose a tag to compare

@nahid nahid released this 08 Jan 17:04
  • Support Realtime Messaging Using Pusher
  • Fix some bugs

Bug Fixed

Choose a tag to compare

@nahid nahid released this 05 Dec 13:09
  • Fixed messaging pagination issue

Major and security release

Choose a tag to compare

@nahid nahid released this 04 Dec 11:24

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