-
2020-12-09 14:03:43
3.57v Various changes
- New widget offline form will support file field now.
- Webhook has option to set alternative scenario of conditions are not met.
- Change how soft limit is calculated for department load statistic.
- Popup was not showing offline form even argument was passed in embed code.
- Dashboard open chats has sub-tabs instead of list one after another.
- Start chat custom field settings was not setting required attribute if not first one was checked.
- Webhooks conditions can be applied to standard events now.
- JS API to send messages as visitor from third party JS.
- Images will show download icon always.
- If sending message to chat fails we will show an error to visitor.
For update just follow standard update procedure For manual update it's update_230.sql
-
2020-12-04 14:10:38
3.56v Performance improvements
- Chat export will have modal window dedicated to chat's export with subject and messages types inclusion.
- FB and Twilio extension has new documentation for easier understanding how to install. https://github.com/LiveHelperChat/twilio https://github.com/LiveHelperChat/fbmessenger
- Sandbox error for serviceWorker will be ignored. Edge case devices handling.
- You can have notifications for active chats which get's alert icon assigned
- You can now manual init widget JS and all it's dependencies https://doc.livehelperchat.com/docs/javascript-arguments/
- Notifications won't be shown if you have many pending chats and change sort
- If storing message fails we should show visitor what happened. So he can try again
- We should also keep his last message attempt
- Reduced number of renders checks in widget
- Translations performance/cache improvements
- You can override now also english translations - https://doc.livehelperchat.com/docs/language/#how-to-override-default-translations
- If sending message from a new widget fails we will show now message for a visitor.
For update just follow standard update procedure For manual update it's update_229.sql
-
2020-11-27 14:31:22
Desktop application written with electron
Just a small friday experiment.
You can try out desktop app written with electron. The main advantage it's same render engine as chrome just without any google stuff :). So it's even faster :)
https://github.com/LiveHelperChat/electron/releases
-
2020-11-26 07:19:47
3.55v Continuous webhooks
Hi,
- Continuous webhooks. Documentation.
- Chat closing and other emails will include all chat messages.
- You can have now custom JS in static url. "Events Tracking" window. Events in static URL still won't be tracked. It will be implemented in next releases.
- GDPR acceptance scenario
For update just follow standard update procedure For manual update it's update_228.sql
-
2020-11-23 08:21:06
3.54v Alert icons
Hi,
This release is all about alert icons.
- Update angular version and disable debug output.
- Anyone who is using NodeJS extension will have to update it also.
- Now you can manually choose what alert icons to exclude from dashboard lists.
- "Check for conditions to proceed" now have option to continue execution even if conditions are matched.
- "Check for conditions to proceed" can access any attribute through {args.chat.<any_attr>} E.g chat message {args.msg.msg}.
- Alert icon now can have custom text as tooltip.
For update just follow standard update procedure For manual update it's update_227.sql
If you are using nodejs extension you will have to update it.