Skip to content

Releases: LiveHelperChat/livehelperchat

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

3.68v

19 Mar 15:27
Compare
Choose a tag to compare
  1. Support fully https://github.com/open-wa/wa-automate-nodejs integration.
  2. In widget themes you can set that chat remained in widget once was opened in a popup.

execute doc/update_db/update_241.sql for update

3.67v

16 Mar 12:47
Compare
Choose a tag to compare
  1. Incoming webhooks support. You can integrate easily any third party API providers.

execute doc/update_db/update_239.sql for update

3.66v

10 Mar 06:10
Compare
Choose a tag to compare
  1. Now you can also import/export Rest API configuration.
  2. Collect information response type Ask user to confirm information by checking checkbox was not working.
  3. Check for conditions to proceed response type now can check is there any operator online or not https://doc.livehelperchat.com/docs/bot/check-conditions/
  4. Canned messages import changed the workflow so master-master replication won't break it.
  5. Rest API name length changed from 20 to 50 characters

3.65v

08 Mar 06:10
Compare
Choose a tag to compare
  1. In master/master replication environment canned messages import did not worked correctly because we did id's comparison. We now will have unique_id field for that.
  2. Now you can move triggers between trigger groups.
  3. There is now Rest API for files upload.
  4. Bugfix - #1624
  5. Rest API call now has {{msg_items}} and {{msg_all_html}} replaceable variables. https://doc.livehelperchat.com/docs/bot/rest-api#replaceable-variables
  6. Percentages now are rendered at the top instead of the same line.
  7. Javascript argument for default department if more than one department is passed. Related section - https://doc.livehelperchat.com/docs/javascript-arguments/#how-to-change-default-department-from-parent-page
  8. Changing department in the widget will update it's fields now. You can have custom fields by department now.
  9. Bot now supports file upload handling https://doc.livehelperchat.com/docs/bot/collect-custom-attribute#file-expecting-trigger-example
  10. Rest API authentication method now supports NTLMauth. Thanks to https://github.com/ProsWeb
  11. addmsgadmin now will support also system messages. https://api.livehelperchat.com/#/chat/post_restapi_addmsgadmin

And various other small changes :)

execute doc/update_db/update_238.sql for update

3.64v

04 Mar 07:45
Compare
Choose a tag to compare
  1. Any form now can be integrated into a widget. https://doc.livehelperchat.com/docs/modules/forms/
  2. Widget can have only pre chat form now only.
  3. New widget was not respecting do not track online visitors setting.
  4. Chat's can be searched by entering multiple id's
  5. Some charts will show percentages at the top of column
  6. Abandoned chats statistic
  7. Forms were not exported to zip by clicking download icon.

execute doc/update_db/update_237.sql for update

3.63v

18 Feb 14:05
Compare
Choose a tag to compare
  1. You can generate avatar for your profile.
  2. Avatar for bot added.
  3. Avatar in widget themes.
  4. BB Code turn off/on support for a new widget.
  5. Option to set full screen mode from embed code directly.
  6. Fix. Voice message for the admin was broken.
  7. Group chats won't be focused by default.
  8. Tablets won't show widget in full screen mode.
  9. Option to have hidden status widget in case of api position

Avatars are generated using https://multiavatar.com project

execute doc/update_db/update_236.sql for update

3.62v

09 Feb 08:19
Compare
Choose a tag to compare
  1. E-mail templates can be translatable now
  2. New widget now supports custom images for the header icons
  3. Title attribute can be translated for the header icons
  4. New dashboard left column can have lists instead of tabs layout.
  5. Changes to support to NodeJS Extension. Now it can track live connectivity status of the visitor.