Skip to content

Releases: Kommunicate-io/Kommunicate-iOS-SDK

7.3.0

15 Apr 10:07
29ed7ad
Compare
Choose a tag to compare

Summary

  • Added Business Hours feature.
  • Disabled conversation restart when the restart button is hidden.
  • Enabled form data persistence in local cache.
  • Fixed character limit bug in Dialogflow bot.
  • Resolved bug in Text Area component.

7.2.9

04 Apr 03:28
c9ee98a
Compare
Choose a tag to compare

Summary

  • Fixed Recording button not working properly.

7.2.8

18 Mar 11:44
b2abd04
Compare
Choose a tag to compare

Summary

  • Internal Code Refactor.
  • Typing indicator For bot message delay.
  • Updated TableView Update function.
  • Updated depricated Code and resolved Warnings.

7.2.7

14 Feb 05:29
5f70d37
Compare
Choose a tag to compare

Summary

  • Updated Kingfisher from 7.6.2 to 7.10.0 to align with Privacy Manifest requirements.

7.2.6

03 Feb 11:19
c28fab0
Compare
Choose a tag to compare

Summary

  • Added Waiting Queue UI and related functions.
  • Synchronized Default configuration for Swift 6 support.
  • AWS-ENCRYPTED- prefix removed from attachment upload in Conversation Screen.
  • Fixed Restart Button not working.

7.2.5

24 Dec 10:06
76359dc
Compare
Choose a tag to compare

Summary

  • Fixed typo of registerUserAsVistor with registerUserAsVisitor.
  • SSL pinning enable disable configuration added.
  • Fixed the issue where video thumbnails were not displaying correctly.

7.2.4

03 Dec 12:30
178e852
Compare
Choose a tag to compare

Summary

  • Fixed Away Message not showing in Bot Delay.
  • Fixed an issue where captions were cut off in Video Rich Messages.
  • Made the Zendesk Plugin optional for integration flexibility.
  • Added a new feature to collect email addresses in Away Mode.

Zendesk Optional Plugin Include.

  • To include Zendesk Plugin with Kommunicate use the below code in PodFile
  pod 'Kommunicate'
  pod 'KommunicateChatUI-iOS-SDK/Zendesk'

7.2.3

12 Nov 13:06
6b81578
Compare
Choose a tag to compare

Summary

  • Updated the code for time and date format in post back message.

7.2.2

04 Oct 13:04
e24b5aa
Compare
Choose a tag to compare

Summary

  • Exposed Function to show or hide Chat Bar for Bot Conversations.

Code

Kommunicate.defaultConfiguration.chatBar.hideChatBarForBotConvesations = true

7.2.1

20 Sep 12:40
6790fbe
Compare
Choose a tag to compare

Summary

  • Supports Xcode version 15.5 and above.
  • Fixed the issue of placeholder in Autosuggestion while bot delay.