Skip to content

Releases: qiscus/qiscus-multichannel-widget-ios

Qiscus Multichannel Widget v2.4.2

24 Dec 05:58
Compare
Choose a tag to compare

Changelog :

  • Fix config enable disable subtitle

Qiscus Multichannel Widget v2.4.1

22 Aug 07:16
Compare
Choose a tag to compare

Changelog :

  • fix writing popup request camera, gallery, microphone, and etc

Qiscus Multichannel Widget v2.4.0

16 Aug 04:24
Compare
Choose a tag to compare

Changelog :

  • Support bubble text message can open URL

Qiscus Multichannel Widget v2.3.1

28 Nov 03:58
Compare
Choose a tag to compare

Changelog :

  • fix ui font for bubbe postback button (type message buttons)

Qiscus Multichannel Widget v2.3.0

01 Sep 02:32
Compare
Choose a tag to compare

Changelog :

  • Implement feature enhance conversation security

Qiscus Multichannel Widget v2.2.1

29 Aug 08:05
Compare
Choose a tag to compare

Changelog :

  • Fix crash when open file attachment

Qiscus Multichannel Widget v2.2.0

06 Dec 09:36
Compare
Choose a tag to compare

Changelog :

  • Fix crash from QiscusCore
  • Support XCode 14

Qiscus Multichannel Widget v2.1.0

23 Aug 08:44
Compare
Choose a tag to compare

Changelog :

  • Add feature auto send message

For example :

// 1
qiscusWidget.automaticSendMessage(textMessage: "testing automatic send message")
     
        
//2
let messageModel = QMessage()
messageModel.message = "testing automatic send message"
        
qiscusWidget.automaticSendMessage(qMessage: messageModel)
        
        
//3
qiscusWidget.manualSendMessage(textMessage: "testing manual send message")

Qiscus Multichannel Widget v2.0.6

18 Jul 04:38
Compare
Choose a tag to compare
  • Update QiscusCore to latest version

Qiscus Multichannel Widget v2.0.5

30 May 06:35
Compare
Choose a tag to compare

Changelog :

  • Update popup warning message permission after being rejected from customer to improve privacy from apple