Releases: LiveHelperChat/livehelperchat
Releases · LiveHelperChat/livehelperchat
3.71v
3.70v
- 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 - 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.
- BBCode selecting string applied style to wrong text if same text was presented multiple times in text area.
- 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
- Style fixes in case bot sends HTML style message.
- If operator disables all fields we still should show department dropdown if there is more than one department to choose from
- #1642
- Optimised how online status is calculated. Performance improvement.
- Some servers were caching GET request of URL it should not. Workaround for servers misconfigurations.
- If chat is closed we will not update send_status
3.69v
- Survey control from a bot - https://doc.livehelperchat.com/docs/bot/survey-control-from-bot
- Scroll to the bottom UI for the operator and widget
- Another option to close widget from website itself. Gracefully https://doc.livehelperchat.com/docs/javascript-arguments/#to-end-the-chat
- Do not not close widget if automatic start chat is checked in widget themes.
- Rest API file updated to support PUT, DELETE methods.
- Custom post survey support - https://doc.livehelperchat.com/docs/integrating/custom-post-survey/
execute doc/update_db/update_242.sql for update
3.68v
- Support fully https://github.com/open-wa/wa-automate-nodejs integration.
- 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
3.66v
- Now you can also import/export Rest API configuration.
Collect information
response typeAsk user to confirm information by checking checkbox
was not working.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/- Canned messages import changed the workflow so master-master replication won't break it.
- Rest API name length changed from 20 to 50 characters
3.65v
- 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.
- Now you can move triggers between trigger groups.
- There is now Rest API for files upload.
- Bugfix - #1624
- Rest API call now has {{msg_items}} and {{msg_all_html}} replaceable variables. https://doc.livehelperchat.com/docs/bot/rest-api#replaceable-variables
- Percentages now are rendered at the top instead of the same line.
- 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
- Changing department in the widget will update it's fields now. You can have custom fields by department now.
- Bot now supports file upload handling https://doc.livehelperchat.com/docs/bot/collect-custom-attribute#file-expecting-trigger-example
- Rest API authentication method now supports NTLMauth. Thanks to https://github.com/ProsWeb
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
- Any form now can be integrated into a widget. https://doc.livehelperchat.com/docs/modules/forms/
- Widget can have only pre chat form now only.
- New widget was not respecting do not track online visitors setting.
- Chat's can be searched by entering multiple id's
- Some charts will show percentages at the top of column
- Abandoned chats statistic
- Forms were not exported to zip by clicking download icon.
execute doc/update_db/update_237.sql for update
3.63v
- You can generate avatar for your profile.
- Avatar for bot added.
- Avatar in widget themes.
- BB Code turn off/on support for a new widget.
- Option to set full screen mode from embed code directly.
- Fix. Voice message for the admin was broken.
- Group chats won't be focused by default.
- Tablets won't show widget in full screen mode.
- 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
- E-mail templates can be translatable now
- New widget now supports custom images for the header icons
- Title attribute can be translated for the header icons
- New dashboard left column can have lists instead of tabs layout.
- Changes to support to NodeJS Extension. Now it can track live connectivity status of the visitor.