Skip to content

Commit

Permalink
Release 14.0.0 (#331)
Browse files Browse the repository at this point in the history
πŸš€  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.
  • Loading branch information
Br1an-Boyle authored Jun 5, 2024
1 parent db39bc0 commit f0fa43c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f0fa43c

Please sign in to comment.