Releases: LiveHelperChat/livehelperchat
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
4.42v
What's Changed
- Composer dependencies bumped to 8.2 PHP version. In order to run on older PHP version reinstall composer dependencies.
- Additional chat variables can extract JWT token custom field and store it as a chat variable etc.
- Widget themes now has option to set reaction bubble and icons colors separately.
- MacOS was not rendering online visitors list.
- If two departments has same alias. Alias with language prefix fre-my-alias will have higher priority than my-alias. That way you fan forward other language chats to specific departments.
Full Changelog: 4.41v...4.42.v