From f0fa43c3e56ed00622e91c4b6d643b5111b2ad64 Mon Sep 17 00:00:00 2001 From: Brian Boyle Date: Wed, 5 Jun 2024 16:15:42 +0100 Subject: [PATCH] Release 14.0.0 (#331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀 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. --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbdf7f..d6fe222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Intercom for Cordova/PhoneGap +## 14.0.0 (2024-06-05) +🚀 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 | + + ## 13.10.0 (2024-04-26) 🚀 Enhancements * Added support for iOS 16.