Version 1.1.x

Version 1.1.1 (Released - 17-Feb-20)

v1.1.1 has got a bug resolution.


BUG

  • Wrong timestamp issue resolved.

Version 1.1.0 (Released - 27-Jan-20)

v1.1.0 has got new features added, and a few major improvements.


IMPROVEMENTS

  • Added a new, easier and more integrated installation process.
  • AddChat VueJS app code included as an NPM package, so now, you can customize the VueJS code easily.
  • Message textbox design updated.
  • Organized the AddChat Laravel API code into controllers properly.
  • Database queries are completely replaced by Eloquent.
  • AddChat Settings database table replaced by an addchat config file. So now you can update all AddChat configurations from the config file.


NEW FEATURES

  • Auto opens the AddChat chatting window when a new message arrives. You can enable/disable this option from addchat config file.
  • Now you can open AddChat chatting window from an external button by calling a JavaScript function openAddChatBuddy(<user_id>)