You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed issue reported in https://github.com/intercom/intercom-ios/issues/85.
4
6
5
-
= 2.3.3 (2015-08-18)
7
+
##2.3.3 (2015-08-18)
6
8
7
9
* Fixed an issue where if you had called [Intercom setMessagesHidden], opening a push notification would do nothing (fixes https://github.com/intercom/intercom-cordova/issues/12).
8
10
* Fixed an issue where the status bar sometimes did not respect your app's settings (fixes https://github.com/intercom/intercom-ios/issues/82).
9
11
* Fixed crash reported in https://github.com/intercom/intercom-ios/issues/74.
10
12
11
-
= 2.3.2 (2015-08-04)
13
+
##2.3.2 (2015-08-04)
12
14
13
15
* Fixed issue where cancel button in attachment picker sometimes did not work.
14
16
* When the Intercom window is open when coming to the foreground, it now checks for new messages.
15
17
* UIAppearance no longer interferes with the attachment picker modal.
16
18
17
-
= 2.3.1 (2015-07-20)
19
+
##2.3.1 (2015-07-20)
18
20
19
21
* Fixed issue where status bar color could be incorrect.
20
22
* Made a change to improve message delivery times for apps without real time.
21
23
22
-
= 2.3.0 (2015-06-24)
24
+
##2.3.0 (2015-06-24)
23
25
24
26
* Users can now send image attachments.
25
27
* Users can now expand and zoom images without leaving your app.
@@ -31,17 +33,17 @@
31
33
* Improved support for CocoaPods Frameworks.
32
34
* Added nullability modifiers to Intercom.h for improved Swift compatibility.
33
35
34
-
= 2.2.4 (2015-05-28)
36
+
##2.2.4 (2015-05-28)
35
37
36
38
* Fixed an issue where opening a push might not open the Intercom message if the app is in the background in some cases.
37
39
38
-
= 2.2.3 (2015-05-12)
40
+
##2.2.3 (2015-05-12)
39
41
40
42
* Less confusing logging. Sometimes logs showed error messages when there wasn't anything wrong.
41
43
* No longer throw an exception if `Intercom.bundle` is missing.
42
44
* Some changes to allow recovery of duplicated users in Intercom.
43
45
44
-
= 2.2.2 (2015-05-08)
46
+
##2.2.2 (2015-05-08)
45
47
46
48
* If you have real-time features on your Intercom account, users can now see when you are typing a reply.
47
49
* Several visual updates to the conversation view.
@@ -54,13 +56,13 @@
54
56
* Fixed issue where opening a push notification didn't always open the message in Intercom.
55
57
* Lots more tweaks and bug fixes.
56
58
57
-
= 2.2.1 (2015-03-03)
59
+
##2.2.1 (2015-03-03)
58
60
59
61
* Added support for closing the SDK’s UI when calling `+setMessagesHidden:` and `+reset`. If any part of the SDK is open when these are called, it will now close.
0 commit comments