diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af5f41..67cb98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Intercom for Cordova/PhoneGap +# 1.1.6 (2016-05-25) + +* Updated Intercom for iOS to [2.3.21](https://github.com/intercom/intercom-ios/releases/tag/2.3.21). + # 1.1.5 (2016-04-11) * Fixed Cordova CLI 6.1.1 compatibility. Fixes [#48](https://github.com/intercom/intercom-cordova/issues/48). diff --git a/README.md b/README.md index 8cc8605..95e5093 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To install the plugin in your Cordova app, run the following: To add the plugin to your PhoneGap app, add the following to your `config.xml`: - + ## Configuring Intercom diff --git a/package.json b/package.json index 813a7c1..ccc6072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-intercom", - "version": "1.1.5", + "version": "1.1.6", "description": "Official Cordova/PhoneGap plugin for Intercom", "cordova": { "id": "cordova-plugin-intercom", diff --git a/plugin.xml b/plugin.xml index 26b93e4..2822ad6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Intercom Intercom MIT License diff --git a/src/android/IntercomBridge.java b/src/android/IntercomBridge.java index 50f65fc..eb26734 100644 --- a/src/android/IntercomBridge.java +++ b/src/android/IntercomBridge.java @@ -53,7 +53,7 @@ private void setUpIntercom() { try { Context context = IntercomBridge.this.cordova.getActivity().getApplicationContext(); - HeaderInterceptor.setCordovaVersion(context, "1.1.5"); + HeaderInterceptor.setCordovaVersion(context, "1.1.6"); ApplicationInfo app = context.getPackageManager().getApplicationInfo(context.getPackageName(), PackageManager.GET_META_DATA); Bundle bundle = app.metaData; diff --git a/src/ios/Intercom.bundle/certs/intercom.icmcer b/src/ios/Intercom.bundle/certs/intercom.icmcer old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/back.png b/src/ios/Intercom.bundle/images/back.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/back@2x.png b/src/ios/Intercom.bundle/images/back@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/back@3x.png b/src/ios/Intercom.bundle/images/back@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_left.png b/src/ios/Intercom.bundle/images/bubble_left.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_left@2x.png b/src/ios/Intercom.bundle/images/bubble_left@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_left@3x.png b/src/ios/Intercom.bundle/images/bubble_left@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_no_tail.png b/src/ios/Intercom.bundle/images/bubble_no_tail.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_no_tail@2x.png b/src/ios/Intercom.bundle/images/bubble_no_tail@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_no_tail@3x.png b/src/ios/Intercom.bundle/images/bubble_no_tail@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_right.png b/src/ios/Intercom.bundle/images/bubble_right.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_right@2x.png b/src/ios/Intercom.bundle/images/bubble_right@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/bubble_right@3x.png b/src/ios/Intercom.bundle/images/bubble_right@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/circle_mask.png b/src/ios/Intercom.bundle/images/circle_mask.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/circle_mask@2x.png b/src/ios/Intercom.bundle/images/circle_mask@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/circle_mask@3x.png b/src/ios/Intercom.bundle/images/circle_mask@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/close.png b/src/ios/Intercom.bundle/images/close.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/close@2x.png b/src/ios/Intercom.bundle/images/close@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/close@3x.png b/src/ios/Intercom.bundle/images/close@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/info.png b/src/ios/Intercom.bundle/images/info.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/info@2x.png b/src/ios/Intercom.bundle/images/info@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/info@3x.png b/src/ios/Intercom.bundle/images/info@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/intercom_logo.png b/src/ios/Intercom.bundle/images/intercom_logo.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/intercom_logo@2x.png b/src/ios/Intercom.bundle/images/intercom_logo@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/intercom_logo@3x.png b/src/ios/Intercom.bundle/images/intercom_logo@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/message_failed.png b/src/ios/Intercom.bundle/images/message_failed.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/message_failed@2x.png b/src/ios/Intercom.bundle/images/message_failed@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/message_failed@3x.png b/src/ios/Intercom.bundle/images/message_failed@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/neutral.png b/src/ios/Intercom.bundle/images/neutral.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/neutral@2x.png b/src/ios/Intercom.bundle/images/neutral@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/neutral@3x.png b/src/ios/Intercom.bundle/images/neutral@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/no_conversations.png b/src/ios/Intercom.bundle/images/no_conversations.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/no_conversations@2x.png b/src/ios/Intercom.bundle/images/no_conversations@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/no_conversations@3x.png b/src/ios/Intercom.bundle/images/no_conversations@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/sad.png b/src/ios/Intercom.bundle/images/sad.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/sad@2x.png b/src/ios/Intercom.bundle/images/sad@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/sad@3x.png b/src/ios/Intercom.bundle/images/sad@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/smile.png b/src/ios/Intercom.bundle/images/smile.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/smile@2x.png b/src/ios/Intercom.bundle/images/smile@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/smile@3x.png b/src/ios/Intercom.bundle/images/smile@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/thumbs_down.png b/src/ios/Intercom.bundle/images/thumbs_down.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/thumbs_down@2x.png b/src/ios/Intercom.bundle/images/thumbs_down@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/thumbs_down@3x.png b/src/ios/Intercom.bundle/images/thumbs_down@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/thumbs_up.png b/src/ios/Intercom.bundle/images/thumbs_up.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/thumbs_up@2x.png b/src/ios/Intercom.bundle/images/thumbs_up@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/thumbs_up@3x.png b/src/ios/Intercom.bundle/images/thumbs_up@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/upload_icon.png b/src/ios/Intercom.bundle/images/upload_icon.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/upload_icon@2x.png b/src/ios/Intercom.bundle/images/upload_icon@2x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/images/upload_icon@3x.png b/src/ios/Intercom.bundle/images/upload_icon@3x.png old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/sound/admin_reply_delivered.caf b/src/ios/Intercom.bundle/sound/admin_reply_delivered.caf old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/sound/message_delivered.caf b/src/ios/Intercom.bundle/sound/message_delivered.caf old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/sound/message_failed.caf b/src/ios/Intercom.bundle/sound/message_failed.caf old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.bundle/sound/message_sending.caf b/src/ios/Intercom.bundle/sound/message_sending.caf old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.framework/Modules/module.modulemap b/src/ios/Intercom.framework/Modules/module.modulemap old mode 100755 new mode 100644 diff --git a/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h b/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h old mode 100755 new mode 100644 index 47de81b..186745a --- a/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h +++ b/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h @@ -1,6 +1,6 @@ // // Intercom.h -// Intercom for iOS - Version 2.3.19 +// Intercom for iOS - Version 2.3.21 // // Created by Intercom on 8/01/2015. // Copyright (c) 2014 Intercom. All rights reserved. @@ -10,7 +10,7 @@ #import #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0 -#error This version (2.3.19) of Intercom for iOS supports iOS 7.0 upwards. +#error This version (2.3.21) of Intercom for iOS supports iOS 7.0 upwards. #endif NS_ASSUME_NONNULL_BEGIN diff --git a/src/ios/Intercom.framework/Versions/A/Intercom b/src/ios/Intercom.framework/Versions/A/Intercom old mode 100755 new mode 100644 index b0d202d..ca46759 Binary files a/src/ios/Intercom.framework/Versions/A/Intercom and b/src/ios/Intercom.framework/Versions/A/Intercom differ diff --git a/src/ios/IntercomBridge.m b/src/ios/IntercomBridge.m index b1eee59..1df3ed3 100644 --- a/src/ios/IntercomBridge.m +++ b/src/ios/IntercomBridge.m @@ -9,7 +9,7 @@ + (void)setCordovaVersion:(NSString *)v; @implementation IntercomBridge : CDVPlugin - (void)pluginInitialize { - [Intercom setCordovaVersion:@"1.1.5"]; + [Intercom setCordovaVersion:@"1.1.6"]; #ifdef DEBUG [Intercom enableLogging]; #endif