Skip to content

Commit eae1502

Browse files
authored
Release 3.0.21 (#201)
1 parent 42d4253 commit eae1502

File tree

24 files changed

+27
-21
lines changed

24 files changed

+27
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Intercom
22

3+
## 3.0.21 (2016-12-06)
4+
5+
* Now supports Intercom Educate. Learn more [here](https://www.intercom.com/customer-support-software/knowledge-base).
6+
* More changes to reduce network request volume.
7+
* Fixed crash that could occur after install in some rare cases.
8+
39
## 3.0.20 (2016-11-25)
410

511
* Multiple changes to reduce network request volume.

Intercom.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.20</string>
16+
<string>3.0.21</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
32.4 KB
Binary file not shown.

Intercom.framework/Headers/Intercom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Intercom.h
3-
// Intercom for iOS - Version 3.0.20
3+
// Intercom for iOS - Version 3.0.21
44
//
55
// Created by Intercom on 8/01/2015.
66
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -10,7 +10,7 @@
1010
#import <UIKit/UIKit.h>
1111

1212
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0
13-
#error This version (3.0.20) of Intercom for iOS supports iOS 8.0 upwards.
13+
#error This version (3.0.21) of Intercom for iOS supports iOS 8.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

67.9 KB
Binary file not shown.

Intercom.framework/Intercom.bundle/locales/ar.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"inbox.you" = "أنت";
4646
"article_question" = "هل هذا يجيب على سؤالك؟";
4747
"article_reaction" = "لقد تفاعلت مع";
48-
"asked_about" = "سأل عن";
48+
"asked_about" = "بخصوص";
4949
"article_load_error" = "تعذر تحميل المقالة";
5050
"error.loading.conversations.fallback" = "تعذر تحميل محادثاتك باستخدام {name}";
5151
"error.no_conversations.message" = "لم يتم إجراء محادثات مع {name} بعد";

Intercom.framework/Intercom.bundle/locales/cs.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"inbox.you" = "Vy";
4646
"article_question" = "Dostali jste odpověď na svou otázku?";
4747
"article_reaction" = "Reagovali jste pomocí";
48-
"asked_about" = "Ptal/a se na";
48+
"asked_about" = "Dotaz";
4949
"article_load_error" = "Článek nelze načíst";
5050
"error.loading.conversations.fallback" = "Nelze načíst vaši konverzaci s uživatelem {name}";
5151
"error.no_conversations.message" = "S uživatelem {name} ještě nemáte žádnou konverzaci";

Intercom.framework/Intercom.bundle/locales/et.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"inbox.you" = "Teie";
4646
"article_question" = "Kas see vastas sinu küsimusele?";
4747
"article_reaction" = "Sinu reaktsioon";
48-
"asked_about" = "Esitatud küsimuse sisu";
48+
"asked_about" = "Seoses teemaga";
4949
"article_load_error" = "Ei saanud artiklit laadida";
5050
"error.loading.conversations.fallback" = "Ei saanud laadida vestlusi kasutajaga {name}";
5151
"error.no_conversations.message" = "Ei ole veel vestlusi kasutajaga {name}";

Intercom.framework/Intercom.bundle/locales/fi.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"inbox.you" = "Sinä";
4646
"article_question" = "Saitko vastauksen kysymykseesi?";
4747
"article_reaction" = "Annoit vastauksen";
48-
"asked_about" = "Kysyit";
48+
"asked_about" = "Puheenaiheena";
4949
"article_load_error" = "Et voinut ladata artikkelia";
5050
"error.loading.conversations.fallback" = "Keskusteluitasi ei voitu ladata sovelluksella {name}";
5151
"error.no_conversations.message" = "Ei vielä keskusteluita henkilön {name} kanssa";

0 commit comments

Comments
 (0)