Skip to content

Commit f606483

Browse files
committed
Release 3.0.12
1 parent b921c03 commit f606483

File tree

20 files changed

+119
-112
lines changed

20 files changed

+119
-112
lines changed

CHANGELOG.md

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

3+
## 3.0.12 (2016-09-14)
4+
5+
* Improved iOS 10 compatibility.
6+
* Fixed issue where chat bubbles could be empty in iOS 10. This was as a result of an iOS 10 bug with collection views.
7+
* Improved localisation of the Messenger for Croation, Chinese, Korean, Catalan, Dutch, Portuguese, Portuguese Brazilian, Viatnamese.
8+
* Various other minor bug fixes.
9+
310
## 3.0.11 (2016-08-31)
411

512
* Fixed [#166](https://github.com/intercom/intercom-ios/issues/166).

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.11</string>
16+
<string>3.0.12</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
27.1 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.11
3+
// Intercom for iOS - Version 3.0.12
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.11) of Intercom for iOS supports iOS 8.0 upwards.
13+
#error This version (3.0.12) 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

97.9 KB
Binary file not shown.
111 Bytes
Loading
280 Bytes
Loading
408 Bytes
Loading

Intercom.framework/Intercom.bundle/locales/ca.strings

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
"error.loading.conversation" = "No s’ha pogut carregar la conversa";
1+
"error.loading.conversation" = "No s’ha pogut carregar la conversa";
22
"actionsheet.message.failed.delivery" = "No s’ha pogut lliurar el missatge";
33
"message.delivered" = "Lliurat";
4-
"alert.new.sdk.user.button" = "Grаcies";
4+
"alert.new.sdk.user.button" = "Gràcies";
55
"profile.time.location.format" = "{time} a {location}";
6-
"message.state.sending" = "S’estа enviant";
6+
"message.state.sending" = "S’està enviant";
77
"message.placeholder.write.reply" = "Escriu una resposta";
88
"twitter.follow.us" = "Segueix-nos al Twitter";
9-
"alert.new.sdk.user.message" = "La teva app iOS ja estа integrada amb la plataforma d’Intercom";
10-
"error.title" = "S’ha produпt un error";
9+
"alert.new.sdk.user.message" = "La teva app iOS ja està integrada amb la plataforma d’Intercom";
10+
"error.title" = "S’ha produït un error";
1111
"error.no_conversations.message.no_app_name" = "Cap conversa encara";
1212
"facebook.like.us" = "Fes clic a M’agrada al Facebook";
1313
"from.app" = "de {name}";
@@ -29,8 +29,8 @@
2929
"time.difference.format.weeks.ago" = "Fa {delta} setmana(es)";
3030
"last_active.format.hours.ago" = "Actiu fa {hours} h";
3131
"actionsheet.delete" = "Suprimeix";
32-
"navbar.title.new.conversation" = "Conversaciу nova";
33-
"last_active.over_week_ago" = "Actiu fa mйs d’1 setmana";
32+
"navbar.title.new.conversation" = "Nova conversa";
33+
"last_active.over_week_ago" = "Actiu fa més d’1 setmana";
3434
"time.difference.just.now" = "Just ara";
3535
"last_active.minutes.ago" = "Actiu fa {minutes} min";
3636
"last_active.15_minutes" = "Actiu en els darrers {minutes} min";

0 commit comments

Comments
 (0)