Releases: LiveHelperChat/livehelperchat
Releases · LiveHelperChat/livehelperchat
4.31v
- Optimisation online visitors widget.
- Svelte fixes for Nan being presented in departments load widget.
- Various small fixes.
execute doc/update_db/update_302.sql for update
Full Changelog: 4.30v...4.31v
4.30v
What's Changed
Brand new mail module and svelte based dashboard. 8.1 PHP version is required. If you have older version you will need to install composer dependencies for your version.
Full Changelog: 4.29v...4.30v
execute doc/update_db/update_301.sql for update
4.29v - last angular version
This is the last version before Svelte migration and Mail module support.
- New chat attribute
First response time (agent)
attributefrt
. - New chat attribute
Max response time (agent)
attributemart
. - New chat attribute
Average response time (agent)
attributeaart
. - All new attributes is represented in chat statistic/search/chat right column.
- Agents can have personal theme by having
'lhabstract','use'
and'lhtheme','personaltheme'
permissions. - To update present chats with new attributes values you can run
php cron.php -s site_admin -c cron/util/update_times -p <chat_id_to_update_from>
execute doc/update_db/update_300.sql for update
4.28v
- Widget theme now allows to set message time visibility options for operator and visitor. [Above message or below messages]
- Now there is option to have a custom HTML below page widget
Custom html after widget content
- Full height option support in the widget.
- Various other small changes...
execute doc/update_db/update_299.sql for update
4.27v
- Avoid flicker once chat is started for a new widget.
- Option to show clicked button name instantly in messages area.
Widget container -> Print button as a message as soon visitor clicks a button.
- Incoming webhook
chat_external_id
field is now 100 chars instead of 50 - We will show visitor message as soon he clicks send.
- 8.2 php support, if you notice some errors let me know.
- Voice messages max length option from files configuration was ignored.
- Chrome 116v workaround for chrome bug. Changes I did b3649c5 chrome bug report. https://bugs.chromium.org/p/chromium/issues/detail?id=1473754 it should be fixed in 117v chrome release.
- Audit configuration window has a system information details
- Autoresponder cronjob cache issues fixes.
- Option to use visitor TZ or system TZ always for messages rendering if they have time based messages. Can be activated in widget themes.
- Geo detection test window.
- More variables for Rest API
execute doc/update_db/update_298.sql for update
4.26v
4.25v
4.24v
- In rare cases, if processing incoming webhook took a long time and a second request was sent one after another two chats were created. Transaction locking were added.
- Option to log non-parsed messages and log all requests. Useful for debugging while debug output is disabled. E.g in production env.
execute doc/update_db/update_296.sql for update