Skip to content

Commit 815dabf

Browse files
authored
Merge pull request #318 from intercom/vinesh/update_12.2.2
Release 12.1.0
2 parents bde51df + 2bfed1f commit 815dabf

File tree

13 files changed

+1991
-752
lines changed

13 files changed

+1991
-752
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Intercom for Cordova/PhoneGap
22

3+
## 12.1.0 (2022-06-01)
4+
* The Intercom Cordova plugin has been updated to use the latest version of the Intercom's iOS SDK (v12.4.0) and Android SDK (v12.4.1)
5+
* You can now display a Survey programmatically with `intercom.displaySurvey("12345")`
6+
37
## 12.0.0 (2022-03-30)
48
#### v12.0.0 of the Cordova plugin supports the latest version (12.0.0) of the Intercom mobile SDK.
59
##### 🚀 Enhancements

Example/config.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,13 @@
5050
<preference name="intercom-app-id" value="YOUR_APP_ID" />
5151
<preference name="intercom-ios-api-key" value="YOUR_IOS_API_KEY" />
5252
<preference name="intercom-android-api-key" value="YOUR_ANDROID_API_KEY" />
53+
54+
<!-- Uncomment to change region -->
55+
56+
<!-- <config-file target="AndroidManifest.xml" parent="/manifest/application">
57+
<meta-data android:name="io.intercom.android.sdk.server.region" android:value="@integer/intercom_server_region_aus" />
58+
</config-file> -->
59+
<!-- <config-file target="*-Info.plist" parent="IntercomRegion">
60+
<string>AU</string>
61+
</config-file> -->
5362
</widget>

0 commit comments

Comments
 (0)