Skip to content

Releases: LiveHelperChat/livehelperchat

4.48v

20 Sep 12:03
Compare
Choose a tag to compare
  1. Mobile notifications will work now for Mobile App. Although correct windows may not open.
  2. Chat GPT Flow support In Rest API section. Polling support.
  3. Survey page will show only collected items for departments agent is assigned to.
  4. Replaceable variables will be supported also in proactive chat invitations.
  5. [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

12 Sep 06:34
Compare
Choose a tag to compare
  1. Blinking title fixes with one page applications.
  2. Option to remember phone, email for the next time visitor starts a chats
  3. Chat delete event was missing on chat deletion from list.
  4. Compatibility with new Facebook Extension including WhatsApp, Instagram, Messenger support.
  5. Statistic chart will not include 17 as default work hour.
  6. SSO extension compatibility

Full Changelog: 4.46v...4.47v

4.46v

04 Sep 07:32
Compare
Choose a tag to compare
  1. More options to parse incoming request for incoming webhooks
  2. Auto responder now can be disabled.
  3. Sensitive information display fixes if operator does not have permission to view an e-mail.
  4. Preparation for Facebook Messenger extension new version.
  5. Check conditions bot response was working incorrectly in some situations.
  6. 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

01 Aug 08:18
Compare
Choose a tag to compare
  1. E-Mail conversations search will now use from_address_clean attribute which is a new attribute without dot's in the name.
  2. If whisper message is send it won't influence arrows in the dashboard widget or auto responder flow.
  3. 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

31 Jul 11:49
Compare
Choose a tag to compare

What's Changed

  1. You can enter IP or IP range in back office which is not allowed to be blocked.
  2. Widget theme translations will override only default language and use default translation for other languages.
  3. 8.* PHP fixes.
  4. Transaction will be used for online vars update to avoid inconsistency.
  5. If your VPS has multiple IP you can configure which one should be used fot SMTP sending. DigitalOcean scenario with Reserved IP.
  6. Submenu will be hidden for main left menu while rendering back office page.
  7. Widget resize improvements.
  8. Auto assignment consistency improvements.
  9. Views will use dynamic date range and not fixed.
  10. Various other fixes/improvements.

Full Changelog: 4.43v...4.44v

4.43v Forms improvements

05 Jul 08:21
Compare
Choose a tag to compare

What's Changed

  1. Embedded forms in chat now can completely hide form content on success submission.
  2. If embeded form is submitted it's content will be hidden instantly to improve UI

Full Changelog: 4.42v...4.43v

4.42v

02 Jul 15:15
e876eb6
Compare
Choose a tag to compare

What's Changed

  1. Composer dependencies bumped to 8.2 PHP version. In order to run on older PHP version reinstall composer dependencies.
  2. Additional chat variables can extract JWT token custom field and store it as a chat variable etc.
  3. Widget themes now has option to set reaction bubble and icons colors separately.
  4. MacOS was not rendering online visitors list.
  5. 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

Ignore operator online status by department

20 Jun 07:20
Compare
Choose a tag to compare
  1. Departments now have individual Ignore operator status settings.

Full Changelog: 4.40v...4.41v

Various fixes, improvements

18 Jun 08:03
Compare
Choose a tag to compare
  1. Visitors statistic charts are now generated much faster using database implementation.
  2. Iframe bot response type now supports forms.
  3. If same department alias is used for multiple departments, online status check will use department sort priority.
  4. Canned messages hashtag list will indicate we hit limit and not all results are rendered.
  5. Page based invitations now can be combined with general ones. https://doc.livehelperchat.com/docs/proactive#how-to-setup-url-based-invitations
  6. Offline form submit will use very first passed department to match online chat logic.
  7. Operators will be to test notifications from their account.
  8. Various other fixes.

execute doc/update_db/update_310.sql for update

Full Changelog: 4.39v...4.40v

4.39v

21 May 06:24
Compare
Choose a tag to compare

4.39v

  1. https://github.com/LiveHelperChat/electron/releases Electron app was updated to 124 chrome version.
  2. If Rest API was used as "raw_{some_var}" and variable had a quote at the end, it was incorrectly encoded resulting in broken JSON.
  3. Added support for large numbers of chats/e-mails export from ElasticSearch extension.
  4. Fixed some of the icons in dashboard widgets after migration to svelte.
  5. Edge case fixes for the widget and ignoring some of the errors because of to old browsers version.
  6. Fixes for DeppL language translation services.
  7. Keyword in ElasticSearch always will be a GET parameter to avoid hitting apache path length limit.
  8. Handle missing file after e-mail import so it's correctly downloaded viewing e-mail from back office.
  9. Logging will handle incorrect UTF characters.
  10. Fix for #2003
  11. Deleting chats from list had a limit. It should not have and delete all selected chats.
  12. Online visitors attribute filter sometimes was lost.
  13. Online operators tab was migrated to Svelte also.
  14. Mobile app was not working because of incorrect expression in SQL while two tables are used under JOIN condition.
  15. Ignore invalid JSON characters in e-mail module.

There is no database update this time.