Skip to content

Releases: LiveHelperChat/livehelperchat

3.78v

04 Aug 07:59
Compare
Choose a tag to compare
  1. There will be no longer requirement to re-login after permission/department assignment changes.

3.77v

03 Aug 08:31
Compare
Choose a tag to compare
  1. Migration to big int. Part 1
  2. Few small widget fixes

execute doc/update_db/update_249.sql for update

3.76v

19 Jul 09:20
Compare
Choose a tag to compare
  1. Canned messages can have subjects now su upon usage these subjects will be auto added to the chats.
  2. Canned messages will have list of max 50 items returned.

execute doc/update_db/update_248.sql for update

3.75v

15 Jul 07:53
Compare
Choose a tag to compare
  1. Option to blink active chat if visitor is waiting to log response from the operator
  2. Chat routing will allow to forward chat directly to department.
  3. Statistic will allow to export directly to CSV
  4. Chat list export will have more fields in exported file

execute doc/update_db/update_247.sql for update

3.74v

01 Jul 05:54
Compare
Choose a tag to compare
  1. Now you can send invitation message to mass users at once.
  2. You can filter online visitors who are connected to website only. Using nodejshelper extension this gives live view who is connected.
  3. Canned messages now can be assigned to more than one department.
  4. Private messages between operators will have a sound now.
  5. Canned messages import/export will support tags now.
  6. Users import will have more fields to prefill now.
  7. Department list will be sorted by same order as in the widget filters.

execute doc/update_db/update_246.sql for update

3.73v

29 Jun 08:12
Compare
Choose a tag to compare
  1. Option to pass trigger_id as argument. Usefull in case you want to make some test on production.
  2. You can now use in JSON payload Rest API call raw_{{lhc.id}} within quotes.
  3. CSV export for chats listings.
  4. UL,OL styling options. See bbcode documentation for a syntax.
  5. Option to change font size from the widget. Can be activated in widget themes.

execute doc/update_db/update_245.sql for update

3.72v

22 Jun 10:23
Compare
Choose a tag to compare
  1. Security fix for https://huntr.dev/bounties/1-LiveHelperChat/livehelperchat/
  2. You can change sound option per invitation now. (Play sound or not)
  3. Fixes for webhooks conditions being parsed incorrectly.
  4. Now you can change order of start chat fields including custom fields you define in start chat form.
  5. You can set titles for standard fields in widget theme now.
  6. Now you can trigger offline form manually from website https://doc.livehelperchat.com/docs/javascript-arguments#open-offline-form-while-keeping-option-to-start-a-chat-normally
  7. You can set default sound setting in widget theme. (Play sound for new messages or not)
  8. Offline message will support BBCode now.
  9. Rest API call will support now also x-www-form-urlencoded request type.
  10. !block command did not worked.
  11. Chat lists has direct option to filter abandoned chats https://doc.livehelperchat.com/docs/chat/statistic/#performance
  12. Send message did not set nick if previous chat was not found. (Empty nick scenario)
  13. Now you can login to back office using e-mail also.
  14. If operator is not looking at online visitors widget we will not load it's content. Performance improvement.
  15. New widget dropdown was missing click action support.
  16. Users dropdown filter is now AJAX based and will filter directly.
  17. NodeJS extension now support option to track online visitors live status or not.
  18. Setting subject in the chat will sort subjects by their names.
  19. Bot Execute JS will support replaceable variables also.
  20. foreach cycle support in bot response https://doc.livehelperchat.com/docs/bot/bot-text/#foreach-cycle
  21. Bot buttons will support translations also.
  22. If visitor has closed chat there will be button invite support in chat messages.
  23. Different color for a system message if visitor has left a chat.

There is no database update this time. So just replaces files.

3.71v

15 Jun 10:21
Compare
Choose a tag to compare
bind-changes 6

3.70v

15 Apr 07:19
Compare
Choose a tag to compare
  1. Validation failure trigger option instead of validation message.
    https://doc.livehelperchat.com/docs/bot/collect-custom-attribute
    https://doc.livehelperchat.com/docs/bot/collecting-information-two-tries
  2. Now you will be able to filter chats by visitor status at the moment of chat was closed. Help's to find chats which were closed before visitor left a chat.
  3. BBCode selecting string applied style to wrong text if same text was presented multiple times in text area.
  4. Auto responder will execute bot actions independently of messages. So you can have message or trigger to be executed on auto responder. https://doc.livehelperchat.com/docs/bot/operator-not-responding
  5. Style fixes in case bot sends HTML style message.
  6. If operator disables all fields we still should show department dropdown if there is more than one department to choose from
  7. #1642
  8. Optimised how online status is calculated. Performance improvement.
  9. Some servers were caching GET request of URL it should not. Workaround for servers misconfigurations.
  10. If chat is closed we will not update send_status

3.69v

30 Mar 10:11
Compare
Choose a tag to compare
  1. Survey control from a bot - https://doc.livehelperchat.com/docs/bot/survey-control-from-bot
  2. Scroll to the bottom UI for the operator and widget
  3. Another option to close widget from website itself. Gracefully https://doc.livehelperchat.com/docs/javascript-arguments/#to-end-the-chat
  4. Do not not close widget if automatic start chat is checked in widget themes.
  5. Rest API file updated to support PUT, DELETE methods.
  6. Custom post survey support - https://doc.livehelperchat.com/docs/integrating/custom-post-survey/

execute doc/update_db/update_242.sql for update