Releases: LiveHelperChat/livehelperchat
4.52v Improvements
What's Changed
- Widget will remain opened/closed across pages domain/subdomains. Widget will load chat instantly if chat is started on another tab of the same page.
- If NodeJS is used and chat is started on subdomain it will continue on all subdomain of the main domain.
- On page reload widget will avoid flickering while loading main widget components.
- Inline form will have a check to avoid it being submitted after chat was closed.
- Widget sounds settings will remain the same across the domain/subdomain navigation
- It's possible to mask sensitive information before it sending to Rest API endpoint. https://doc.livehelperchat.com/docs/bot/rest-api#magic-prefixes-for-replaceable-variables
- Bot log will log much more events and is usefull for bot debugging. It's activated in department edit. Log will appear in audit log.
- Markdown standard link support for better ChatGPT support.
- Rest API debug enhancement options. https://doc.livehelperchat.com/docs/bot/rest-api#audit-log
- If initial intro message was long, we did not scrolled to the bottom as we should.
- If
'lhaudit','see_audit_system'
permission was not set, operator will not see Rest API messages logged in the chat. - Now it's possible to block third party chat from incoming webhooks.
- Sub URL has magic prefix
urlencode_
to encode elements in the query. https://doc.livehelperchat.com/docs/bot/rest-api#sub-url - Option to disable mail ticket closed for some of the mailbox even if customer e-mail matches few of the tickets.
- Option to choose to show bot profile in widget theme.
- Maintenance mode improvements.
- Stream as HTML support for Rest API calls.
- Simple search for personal canned messages.
- In triple quotes sometimes code was parsed as a code. We should not parse anything in triple quotes.
- Improvements in explanations for e-mail messages.
- In department list you can search by department alias.
- Now it's possible to define multiple work periods in the single day.
- Updated to React 18 widget.
- Brand new text editor for the operators. Can be activated in the dashboard settings.
No database update this time.
Full Changelog: 4.51v...4.52v
4.51v Message remove
- Now you can remove selected message completely.
- Preparation for further works on custom online periods per department.
- Online/Offline peridios for operator will be tracked more precisely.
- Switch from || to OR syntax for SQL queries.
- Hours format for work hours switched to 23:59 as max value for end period.
execute doc/update_db/update_321.sql for update
What's Changed
Full Changelog: 4.50v...4.51v
4.50v Maintenance mode
- You can put quickly chat into maintenance mode.
- Improvements how online status is checked once there is no passed department.
execute doc/update_db/update_320.sql for update
4.49v
- You can set custom department strictly offline
Full Changelog: 4.48v...4.49v
4.48v
- Mobile notifications will work now for Mobile App. Although correct windows may not open.
- Chat GPT Flow support In Rest API section. Polling support.
- Survey page will show only collected items for departments agent is assigned to.
- Replaceable variables will be supported also in proactive chat invitations.
- [Telegram] Message edit action support for web UI if visitor edit's it's message.
execute doc/update_db/update_318.sql for update
Full Changelog: 4.47v...4.48v
4.47v
- Blinking title fixes with one page applications.
- Option to remember phone, email for the next time visitor starts a chats
- Chat delete event was missing on chat deletion from list.
- Compatibility with new Facebook Extension including WhatsApp, Instagram, Messenger support.
- Statistic chart will not include 17 as default work hour.
- SSO extension compatibility
Full Changelog: 4.46v...4.47v
4.46v
- More options to parse incoming request for incoming webhooks
- Auto responder now can be disabled.
- Sensitive information display fixes if operator does not have permission to view an e-mail.
- Preparation for Facebook Messenger extension new version.
- Check conditions bot response was working incorrectly in some situations.
- Mail search will lowercase e-mails and remove dots.
execute doc/update_db/update_316.sql for update
What's Changed
Full Changelog: 4.45v...4.46v
4.45v From address clean up for gmail
- E-Mail conversations search will now use
from_address_clean
attribute which is a new attribute without dot's in the name. - If whisper message is send it won't influence arrows in the dashboard widget or auto responder flow.
- Chat print window was improved.
There is few queries to populate that field in the update file.
execute doc/update_db/update_315.sql for update
You can also just run this file after you have updated official version. You do not have to run this script if you are not using mail module.
php cron.php -s site_admin -c cron/update/update_445
Full Changelog: 4.44v...4.45v
4.44v Various improvements
What's Changed
- You can enter IP or IP range in back office which is not allowed to be blocked.
- Widget theme translations will override only default language and use default translation for other languages.
- 8.* PHP fixes.
- Transaction will be used for online vars update to avoid inconsistency.
- If your VPS has multiple IP you can configure which one should be used fot SMTP sending. DigitalOcean scenario with Reserved IP.
- Submenu will be hidden for main left menu while rendering back office page.
- Widget resize improvements.
- Auto assignment consistency improvements.
- Views will use dynamic date range and not fixed.
- Various other fixes/improvements.
Full Changelog: 4.43v...4.44v
4.43v Forms improvements
What's Changed
- Embedded forms in chat now can completely hide form content on success submission.
- If embeded form is submitted it's content will be hidden instantly to improve UI
Full Changelog: 4.42v...4.43v