Skip to content

14.0.0

Choose a tag to compare

@Br1an-Boyle Br1an-Boyle released this 05 Jun 15:16
· 10 commits to master since this release
f0fa43c

🚀 Enhancements

  • Updated Intercom Cordova Plugin to support the latest versions of the core iOS and Android SDKs.
  • Updated to the latest versions of cordova, cordova-android and cordova-ios.
  • As this is a major release, we have deprecated a number of APIs and added some new ones. The deprecated APIs will continue to work for the next few versions of the plugin, after which they will be removed fully.

Summary of API changes.

Deprecated API New API
registerIdentifiedUser() loginUserWithUserAttributes()
registerUnidentifiedUser() loginUnidentifiedUser()
reset() logout()
displayMessenger() present()
displayHelpCenter() present(intercom.Space.HelpCenter)
displayMessageComposerWithInitialMessage() presentMessageComposer(initialMessage)
displayMessageComposer() presentMessageComposer()
displayHelpCenterCollections() presentContent(intercomContent.helpCenterCollectionsWithIds([ids])
displayCarousel() presentContent(intercomContent.carouselWithCarouselId(carouselId)
displayArticle() presentContent(intercomContent.articleWithArticleId(articleId))
displaySurvey() presentContent(intercomContent.surveyWithSurveyId(surveyId))
N/A presentContent(intercomContent.conversationWithConversationId(conversationId))

Summary of required versions of libararies and SDKs.

Name Required Version
cordova 12.0.0
cordova-android 13.0.0
cordova-ios 7.1.0
iOS SDK 15.0.0
Android SDK 34