diff --git a/CHANGELOG.md b/CHANGELOG.md index f58c293..45e06c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Intercom for Cordova/PhoneGap +## 3.0.20 (2016-12-06) + +* Now supports Intercom Educate. Learn more [here](https://www.intercom.com/customer-support-software/knowledge-base). +* Updated Intercom for iOS to [3.0.21](https://github.com/intercom/intercom-android/releases/tag/3.0.21). +* Updated Intercom for Android to [3.0.15](https://github.com/intercom/intercom-android/releases/tag/3.0.15). + ## 3.0.19 (2016-11-21) * Improved initialization process for Android. diff --git a/README.md b/README.md index 6f9e8d1..b2e2015 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cordova plugin add cordova-plugin-intercom To add the plugin to your PhoneGap app, add the following to your `config.xml`: ```xml - + ``` ## Example App diff --git a/package.json b/package.json index c96acf3..2310834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-intercom", - "version": "3.0.19", + "version": "3.0.20", "description": "Official Cordova/PhoneGap plugin for Intercom", "cordova": { "id": "cordova-plugin-intercom", diff --git a/plugin.xml b/plugin.xml index 3c2e7e0..3d626ab 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 62546a2..637bb91 100644 --- a/src/android/IntercomBridge.java +++ b/src/android/IntercomBridge.java @@ -65,7 +65,7 @@ private void setUpIntercom() { try { Context context = IntercomBridge.this.cordova.getActivity().getApplicationContext(); - CordovaHeaderInterceptor.setCordovaVersion(context, "3.0.19"); + CordovaHeaderInterceptor.setCordovaVersion(context, "3.0.20"); switch (IntercomPushManager.getInstalledModuleType()) { case GCM: { diff --git a/src/android/intercom.gradle b/src/android/intercom.gradle index e1200a1..cdb1276 100644 --- a/src/android/intercom.gradle +++ b/src/android/intercom.gradle @@ -3,5 +3,5 @@ repositories { } dependencies { - compile 'io.intercom.android:intercom-sdk:3.0.13' + compile 'io.intercom.android:intercom-sdk:3.0.15' } diff --git a/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h b/src/ios/Intercom.framework/Versions/A/Headers/Intercom.h index f9f55bd..a4351e9 100644 --- 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 3.0.19 +// Intercom for iOS - Version 3.0.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_8_0 -#error This version (3.0.19) of Intercom for iOS supports iOS 8.0 upwards. +#error This version (3.0.21) of Intercom for iOS supports iOS 8.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 index b31a447..592d32d 100644 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/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ar.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ar.strings index 96d084b..dcfe5fb 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ar.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ar.strings @@ -45,7 +45,7 @@ "inbox.you" = "أنت"; "article_question" = "هل هذا يجيب على سؤالك؟"; "article_reaction" = "لقد تفاعلت مع"; -"asked_about" = "سأل عن"; +"asked_about" = "بخصوص"; "article_load_error" = "تعذر تحميل المقالة"; "error.loading.conversations.fallback" = "تعذر تحميل محادثاتك باستخدام {name}"; "error.no_conversations.message" = "لم يتم إجراء محادثات مع {name} بعد"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/cs.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/cs.strings index dee8f76..b050cd1 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/cs.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/cs.strings @@ -45,7 +45,7 @@ "inbox.you" = "Vy"; "article_question" = "Dostali jste odpověď na svou otázku?"; "article_reaction" = "Reagovali jste pomocí"; -"asked_about" = "Ptal/a se na"; +"asked_about" = "Dotaz"; "article_load_error" = "Článek nelze načíst"; "error.loading.conversations.fallback" = "Nelze načíst vaši konverzaci s uživatelem {name}"; "error.no_conversations.message" = "S uživatelem {name} ještě nemáte žádnou konverzaci"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/et.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/et.strings index f6211a4..c3eb9a2 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/et.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/et.strings @@ -45,7 +45,7 @@ "inbox.you" = "Teie"; "article_question" = "Kas see vastas sinu küsimusele?"; "article_reaction" = "Sinu reaktsioon"; -"asked_about" = "Esitatud küsimuse sisu"; +"asked_about" = "Seoses teemaga"; "article_load_error" = "Ei saanud artiklit laadida"; "error.loading.conversations.fallback" = "Ei saanud laadida vestlusi kasutajaga {name}"; "error.no_conversations.message" = "Ei ole veel vestlusi kasutajaga {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fi.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fi.strings index 3f93867..6c13b2b 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fi.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fi.strings @@ -45,7 +45,7 @@ "inbox.you" = "Sinä"; "article_question" = "Saitko vastauksen kysymykseesi?"; "article_reaction" = "Annoit vastauksen"; -"asked_about" = "Kysyit"; +"asked_about" = "Puheenaiheena"; "article_load_error" = "Et voinut ladata artikkelia"; "error.loading.conversations.fallback" = "Keskusteluitasi ei voitu ladata sovelluksella {name}"; "error.no_conversations.message" = "Ei vielä keskusteluita henkilön {name} kanssa"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fr.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fr.strings index aa5dd1f..b91dae3 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fr.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/fr.strings @@ -45,7 +45,7 @@ "inbox.you" = "Vous"; "article_question" = "Avons-nous répondu à votre question ?"; "article_reaction" = "Vous avez réagi avec"; -"asked_about" = "Demandé à propos de"; +"asked_about" = "À propos de"; "article_load_error" = "Impossible de charger l'article"; "error.loading.conversations.fallback" = "Impossible de charger vos conversations avec {name}"; "error.no_conversations.message" = "Aucune conversation avec {name} encore effectuée"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/he.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/he.strings index d8aad0f..416f0d1 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/he.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/he.strings @@ -45,7 +45,7 @@ "inbox.you" = "אתה"; "article_question" = "האם קיבלת תשובה לשאלתך?"; "article_reaction" = "התשובה שלך"; -"asked_about" = "שאל בנושא"; +"asked_about" = "בנושא"; "article_load_error" = "לא ניתן לטעון את המאמר"; "error.loading.conversations.fallback" = "לא ניתן לטעון את השיחות שלך עם {name}"; "error.no_conversations.message" = "אין עדיין שיחות עם {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/id.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/id.strings index e6ae489..27499eb 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/id.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/id.strings @@ -45,7 +45,7 @@ "inbox.you" = "Anda"; "article_question" = "Apakah ini menjawab pertanyaan Anda?"; "article_reaction" = "Anda bereaksi dengan"; -"asked_about" = "Menanyakan tentang"; +"asked_about" = "Terkait"; "article_load_error" = "Tidak dapat memuat artikel"; "error.loading.conversations.fallback" = "Tidak dapat memuat percakapan Anda dengan {name}"; "error.no_conversations.message" = "Belum ada percakapan dengan {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/it.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/it.strings index 39e67d7..7cc7bf9 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/it.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/it.strings @@ -45,7 +45,7 @@ "inbox.you" = "Tu"; "article_question" = "Questo ha risposto alla tua domanda?"; "article_reaction" = "Hai reagito con"; -"asked_about" = "Ha chiesto in merito al tema"; +"asked_about" = "In riferimento a"; "article_load_error" = "Non è stato possibile caricare l'articolo"; "error.loading.conversations.fallback" = "Non è stato possibile caricare le tue conversazioni con {name}"; "error.no_conversations.message" = "Ancora nessuna conversazione con {name}."; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/lt.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/lt.strings index d9acee5..789d5f0 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/lt.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/lt.strings @@ -45,7 +45,7 @@ "inbox.you" = "Jūs"; "article_question" = "Ar gavote atsakymą į savo klausimą?"; "article_reaction" = "Reagavote su"; -"asked_about" = "Paklausė apie"; +"asked_about" = "Dėl"; "article_load_error" = "Nepavyko įkelti straipsnio"; "error.loading.conversations.fallback" = "Nepavyko įkelti pokalbių su {name}"; "error.no_conversations.message" = "Dar nebuvo pokalbių su {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/nl.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/nl.strings index f44048f..dfc458d 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/nl.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/nl.strings @@ -45,7 +45,7 @@ "inbox.you" = "Jij"; "article_question" = "Was dit een antwoord op uw vraag?"; "article_reaction" = "U reageerde met"; -"asked_about" = "Stelde een vraag over"; +"asked_about" = "Betreffende"; "article_load_error" = "Kon het artikel niet laden"; "error.loading.conversations.fallback" = "Kon uw gesprekken met {name} niet laden"; "error.no_conversations.message" = "Nog geen gesprekken met {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pl.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pl.strings index 66fe178..4b5a0b8 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pl.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pl.strings @@ -45,7 +45,7 @@ "inbox.you" = "Ty"; "article_question" = "Czy odpowiedź na Twoje pytanie została przesłana?"; "article_reaction" = "Twoje pytanie było skierowane do użytkownika"; -"asked_about" = "Pytanie dotyczyło następującego zagadnienia"; +"asked_about" = "Temat pytania"; "article_load_error" = "Nie można wczytać artykułu"; "error.loading.conversations.fallback" = "Nie można wczytać Twoich rozmów w aplikacji {name}"; "error.no_conversations.message" = "Nie ma jeszcze żadnych rozmów z użytkownikiem {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-br.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-br.strings index 3449f8c..cc90c99 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-br.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-br.strings @@ -45,7 +45,7 @@ "inbox.you" = "Você"; "article_question" = "Isso responde à sua pergunta?"; "article_reaction" = "Você reagiu com"; -"asked_about" = "Perguntou sobre"; +"asked_about" = "Assunto"; "article_load_error" = "Não foi possível abrir o artigo"; "error.loading.conversations.fallback" = "Não foi possível carregar suas conversas com {name}"; "error.no_conversations.message" = "Nenhuma conversa com {name} ainda"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-pt.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-pt.strings index 367a321..d874bf3 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-pt.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/pt-pt.strings @@ -45,7 +45,7 @@ "inbox.you" = "Eu"; "article_question" = "Isto respondeu à sua pergunta?"; "article_reaction" = "Reagiu a"; -"asked_about" = "Perguntou por"; +"asked_about" = "Assunto"; "article_load_error" = "Não foi possível carregar o artigo"; "error.loading.conversations.fallback" = "Não foi possível carregar as suas conversas com {name}"; "error.no_conversations.message" = "Sem conversas com {name} ainda"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ro.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ro.strings index 77d7eb5..9e2e6e2 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ro.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ro.strings @@ -45,7 +45,7 @@ "inbox.you" = "Tu"; "article_question" = "Ați primit răspuns la întrebarea dumneavoastră?"; "article_reaction" = "Aţi reacţionat cu"; -"asked_about" = "Aţi întrebat despre"; +"asked_about" = "În legătura cu"; "article_load_error" = "Articolul nu a putut fi încărcat"; "error.loading.conversations.fallback" = "Conversațiile dumneavoastră nu au putut fi încărcate cu {name}"; "error.no_conversations.message" = "Nicio conversație cu {name} încă"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ru.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ru.strings index 1484fb0..f6fb981 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ru.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/ru.strings @@ -45,7 +45,7 @@ "inbox.you" = "Вы"; "article_question" = "Вы получили ответ на свой вопрос?"; "article_reaction" = "Вы отреагировали"; -"asked_about" = "Спрашивает о"; +"asked_about" = "Спросили о"; "article_load_error" = "Не удалось загрузить статью"; "error.loading.conversations.fallback" = "Не удалось загрузить Вашу переписку с {name}"; "error.no_conversations.message" = "Вы еще не беседовали с участником {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sr.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sr.strings index 5bfff5b..0ac6880 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sr.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sr.strings @@ -45,7 +45,7 @@ "inbox.you" = "Vi"; "article_question" = "Да ли је ово одговор на ваше питање?"; "article_reaction" = "Реаговали сте на"; -"asked_about" = "Распитали сте се у вези са"; +"asked_about" = "U vezi sa"; "article_load_error" = "Учитавање чланка није могуће"; "error.loading.conversations.fallback" = "Није могуће учитати ваше конверзације са {name}"; "error.no_conversations.message" = "Још увек нема конверзације са {name}"; diff --git a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sv.strings b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sv.strings index abe75a8..4cc1457 100644 --- a/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sv.strings +++ b/src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle/locales/sv.strings @@ -45,7 +45,7 @@ "inbox.you" = "Du"; "article_question" = "Fick du svar på din fråga?"; "article_reaction" = "Du reagerade på"; -"asked_about" = "frågade om"; +"asked_about" = "Angående"; "article_load_error" = "Det gick inte att läsa in artikeln"; "error.loading.conversations.fallback" = "Det gick inte att läsa in dina samtal med {name}"; "error.no_conversations.message" = "Inga samtal med {name} ännu"; diff --git a/src/ios/IntercomBridge.m b/src/ios/IntercomBridge.m index 7516013..81ae64b 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:@"3.0.19"]; + [Intercom setCordovaVersion:@"3.0.20"]; #ifdef DEBUG [Intercom enableLogging]; #endif