All Versions
41
Latest Version
Avg Release Cycle
10 days
Latest Release
1461 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.56.v Changes
December 09, 2020- Chat export will have modal window dedicated to chat's export with subject and messages types inclusion. ๐ 2. FB and Twilio extension has new documentation for easier understanding how to install. https://github.com/LiveHelperChat/twilio https://github.com/LiveHelperChat/fbmessenger ๐ท 3. Sandbox error for serviceWorker will be ignored. Edge case devices handling.
- You can have notifications for active chats which get's alert icon assigned ๐ 5. 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 ๐ 10. Translations performance/cache improvements ๐ 11. 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.
-
v3.55.v
December 04, 2020 -
v3.54.v Changes
November 26, 2020โก๏ธ 1. Update angular version and disable debug output. โก๏ธ 2. 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.
-
v3.53.v Changes
November 23, 2020- Inactive chats for logged operator and active chats for logged operator stats in departments widget.
- Live helper chat will work perfectly fine on devices where cookies, session storage and popups are disabled.
- Popup refocus did not worked from react app.
- Previous messages will be shown also for proactive invitation.
- Pending chats wait time was calculated from start chat time, but in case bot transfer after some time it should be based on time since chat become pending.
- Departments stats will be ordered by active chats number instead of pending one.
-
v3.52.v Changes
November 19, 2020๐ป 1. Support for a browser with cookie, sessionStorage support.
- Inactive chats statistic. This change was needed because auto assigned can exclude inactive chats. In that scenario statistic is misleading. ๐ง 3. Offline form now can be without an e-mail field. So you can configure it to be with e-mail either phone.
-
v3.51.v Changes
November 18, 2020- Departments statistic widget will have a new columns.
1.1 Bot chats - number of active bot chats
1.2 Load column -hard limit
-active chats
(soft limit
-active chats
)
Hard limit
- is the sum of max chats value of logged operators who were active during last 5 minutes
Active chats
- number of active chats in department or department group
Soft limit
- is the sum of max chats of operators who were active during last 10 minutes.
1.3 Group chats list in departments statistic widget - If you have
php-resque
extension running. Departments statistic will be calculate in the background. - Changed background color of chat tab/left chat.
- Rest API to fetch chat information https://api.livehelperchat.com/#/chat/get_restapi_chat__chat_id_
- Check is audio is available on device. ๐ 6. Separate backend and frontend scripts. Performance improvement. ๐ง 7. Frontend errors tracking in audit log. category - js, source - lhc. It has to be enabled in audit configuration. ๐ 8. Option to tell LHC are we running under proxy. Avoids faking IP address. https://doc.livehelperchat.com/docs/blocking/#live-helper-chat-does-not-detect-ip
- If archived chat group chat table does not exists. Ignore.
- Bot changes to handle previous process #1579
๐ 11.
Typing until
bot response fixes for a new widget.
- Departments statistic widget will have a new columns.
-
v3.50.v Changes
November 17, 2020- Login history.
1.2 You can force user to reset password on first login.
1.3 You can limit how many attempts operator has before his account is disabled. - Dark theme improvements. โก๏ธ 3. You can set chat subject directly from bot. "Update current chat" -> "Set subject" command.
- "Alert icon" response type. It will allow to add custom icon to a bot chat list. So you can quickly take over bot chat.
- And many other changes.
- Login history.
-
v3.49.v Changes
October 21, 2020- Now operators can have chat between themself directly in the chat.
- Once clicking on a chat tab you can copy URL and chat will be opened.
- Possibility to copy link to chat directly from chat window. Copy link action near the chat ID.
- Dashboard icon from I icon was changed to home icon to match Dashboard icon.
- HTML Element from bot will be rendered for an admin.
- Blocking capability by IP or Nick or Nick and Department
- Department archive attribute. These departments won't be shown in dashboard and in user account will be placed under
Show archived
button action. - Quote menu action for the right mouse click in messages area.
- Widget was not showing error in case it was an error not related to a field.
โก๏ธ execute doc/update_db/update_222.sql for update
-
v3.48.v
October 16, 2020 -
v3.47.v Changes
October 15, 2020- You can access now any argument in Rest API call. Usefull in webhooks.
- Webhooks
- Widget icons were not loading if PC already had Material Icons font. Thanks @AKapaceb ๐ 4. New chrome cookie policy support for chrome extension https://doc.livehelperchat.com/docs/chrome-extension/
- Files will not be send as soon operator uploads them, we will add BBCode to them.
- New arguments for custom status icon position.
โก๏ธ execute doc/update_db/update_220.sql for update