Skip to content

Commit 7edf4c7

Browse files
committed
Merge pull request #93 from intercom/rename_changes
Renamed CHANGES to CHANGELOG.md (Fixes #92)
2 parents e629122 + 515102b commit 7edf4c7

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed
Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
= 2.3.4 (2015-09-18)
1+
# Intercom
2+
3+
## 2.3.4 (2015-09-18)
24

35
* Fixed issue reported in https://github.com/intercom/intercom-ios/issues/85.
46

5-
= 2.3.3 (2015-08-18)
7+
## 2.3.3 (2015-08-18)
68

79
* 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).
810
* Fixed an issue where the status bar sometimes did not respect your app's settings (fixes https://github.com/intercom/intercom-ios/issues/82).
911
* Fixed crash reported in https://github.com/intercom/intercom-ios/issues/74.
1012

11-
= 2.3.2 (2015-08-04)
13+
## 2.3.2 (2015-08-04)
1214

1315
* Fixed issue where cancel button in attachment picker sometimes did not work.
1416
* When the Intercom window is open when coming to the foreground, it now checks for new messages.
1517
* UIAppearance no longer interferes with the attachment picker modal.
1618

17-
= 2.3.1 (2015-07-20)
19+
## 2.3.1 (2015-07-20)
1820

1921
* Fixed issue where status bar color could be incorrect.
2022
* Made a change to improve message delivery times for apps without real time.
2123

22-
= 2.3.0 (2015-06-24)
24+
## 2.3.0 (2015-06-24)
2325

2426
* Users can now send image attachments.
2527
* Users can now expand and zoom images without leaving your app.
@@ -31,17 +33,17 @@
3133
* Improved support for CocoaPods Frameworks.
3234
* Added nullability modifiers to Intercom.h for improved Swift compatibility.
3335

34-
= 2.2.4 (2015-05-28)
36+
## 2.2.4 (2015-05-28)
3537

3638
* Fixed an issue where opening a push might not open the Intercom message if the app is in the background in some cases.
3739

38-
= 2.2.3 (2015-05-12)
40+
## 2.2.3 (2015-05-12)
3941

4042
* Less confusing logging. Sometimes logs showed error messages when there wasn't anything wrong.
4143
* No longer throw an exception if `Intercom.bundle` is missing.
4244
* Some changes to allow recovery of duplicated users in Intercom.
4345

44-
= 2.2.2 (2015-05-08)
46+
## 2.2.2 (2015-05-08)
4547

4648
* If you have real-time features on your Intercom account, users can now see when you are typing a reply.
4749
* Several visual updates to the conversation view.
@@ -54,13 +56,13 @@
5456
* Fixed issue where opening a push notification didn't always open the message in Intercom.
5557
* Lots more tweaks and bug fixes.
5658

57-
= 2.2.1 (2015-03-03)
59+
## 2.2.1 (2015-03-03)
5860

5961
* 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.
6062
* Fixed #52: Removed firstResponder swizzle completely, fixing https://github.com/intercom/intercom-ios/issues/52.
6163
* Fixed #58: Checking for isValidJSONObject on user attributes and event metadata, fixing https://github.com/intercom/intercom-ios/issues/58.
6264

63-
= 2.2 (2015-03-23)
65+
## 2.2 (2015-03-23)
6466

6567
* Now supports real-time, including real-time message delivery, support for the custom message responder,
6668
and user presence and is-typing events are sent from the SDK and visible to admins in the Intercom app.
@@ -70,25 +72,25 @@ Learn more at https://www.intercom.io/real-time-messaging
7072
* Fixed an issue where retrying the sending of a message could sometimes fail.
7173
* Fixed a race condition that meant sometimes a new user could not be registered after [Intercom reset] was called.
7274

73-
= 2.1.1 (2015-03-10)
75+
## 2.1.1 (2015-03-10)
7476

7577
* Modified the podspec and repo structure to hopefully address some cocoapod related install errors.
7678

77-
= 2.1 (2015-03-02)
79+
## 2.1 (2015-03-02)
7880

7981
* Fixed a situation where the SDK could potentially have authentication issues with the Intercom API.
8082
* Improved session handling in the SDK.
8183
* Eliminated the SDK's reliance on the async nature of sessions.
8284
* Clearer API particularly around user registration.
8385
* Clearer push notification handling instructions.
8486

85-
= 2.0.7 (2014-12-19)
87+
## 2.0.7 (2014-12-19)
8688

8789
* Added deep linking (custom URL schemes)
8890
* Added notification preview
8991
* Several other bug fixes and improvements
9092

91-
= 2.0.6 (2014-11-14)
93+
## 2.0.6 (2014-11-14)
9294

9395
* Improved handling of Intercom SDK push notifications
9496
* Show an SDK error screen if the Message Composer/Conversation List has been opened without credentials
@@ -97,87 +99,87 @@ Learn more at https://www.intercom.io/real-time-messaging
9799
* Fixed an issue where the navigation bar items became unresponsive when the host app was compiled with iOS 7 Base SDK
98100
* Several other minor bug fixes and improvements
99101

100-
= 2.0.5 (2014-10-24)
102+
## 2.0.5 (2014-10-24)
101103

102104
* General stability improvements (fixed several scenarios that could crash the host app)
103105
* Fixed inconsistencies caused by refreshing data (items in conversation list and unread badge)
104106
* Fixed an issue where the navigation bar items became unresponsive on iOS 7 landscape-only apps
105107
* Several other minor bug fixes and improvements
106108

107-
= 2.0.4 (2014-09-30)
109+
## 2.0.4 (2014-09-30)
108110

109111
* Fixed .podspec because it started failing in cocoapods 0.34.X (NO CHANGES MADE IN CODE)
110112

111-
= 2.0.3 (2014-09-19)
113+
## 2.0.3 (2014-09-19)
112114

113115
* Added missing architecture armv7s.
114116

115-
= 2.0.2 (2014-09-18)
117+
## 2.0.2 (2014-09-18)
116118

117119
* Fixed dependency on Metal framework in Xcode 5.
118120

119-
= 2.0.1 (2014-09-18)
121+
## 2.0.1 (2014-09-18)
120122

121123
* Added support for iOS 8 (including remote notifications).
122124
* Fixed playing of videos on iOS 8 and issues with device rotation.
123125
* Fixed issue where SDK events where not delivered if sent immediately before opening the inbox.
124126
* UI improvements.
125127
* Other bug fixes.
126128

127-
= 2.0.0 (2014-08-26)
129+
## 2.0.0 (2014-08-26)
128130

129131
* New release of the Intercom iOS SDK - see details here https://www.intercom.io/in-app-messaging.
130132

131-
= 1.1.9 (2014-08-05)
133+
## 1.1.9 (2014-08-05)
132134

133135
* Added completion blocks to session calls to help with race conditions when creating new users.
134136
* This is the final build supporting iOS 6, a new SDK is being launched that will deprecate this one.
135137

136-
= 1.1.8 (2014-05-11)
138+
## 1.1.8 (2014-05-11)
137139

138140
* Fixes an issue where messages might attempt to show multiple times instead of just once.
139141
* Bug fixes for iPad display modes.
140142

141-
= 1.1.6 (2014-01-07)
143+
## 1.1.6 (2014-01-07)
142144

143145
* Fixes problems where the text input view in the composer was extending out of bounds while on display. It should now contain and scroll correctly.
144146
* Also fixes a problem where by the composer would launch from UIActionSheets or UIAlertViews in iOS 7.
145147

146-
= 1.1.5 (2013-11-13)
148+
## 1.1.5 (2013-11-13)
147149

148150
* A more natural message composer in iOS 6 and iOS 7 with customisable keyboard, title and bar color options.
149151
* New message composer callbacks and easier control for dismissing the composer.
150152
* Fixes a problem where not having a name on Intercom crashed the SDK.
151153
* Arm64 support.
152154

153-
= 1.1.4 (2013-10-04)
155+
## 1.1.4 (2013-10-04)
154156

155157
* Fixes issue with duplicate users being created with email addresses equal to user_ids.
156158

157-
= 1.1.3 (2013-09-16)
159+
## 1.1.3 (2013-09-16)
158160

159161
* Fixes issue with email and user_id (https://github.com/intercom/intercom-ios/issues/12)
160162
* Added support for optional logging (https://github.com/intercom/intercom-ios/issues/11)
161163

162-
= 1.1.2 (2013-09-10)
164+
## 1.1.2 (2013-09-10)
163165

164166
* iOS 7 Support
165167
* Fix for when messages appear offset by 20 pixels (see documentation).
166168

167-
= 1.1.1 (2013-08-19)
169+
## 1.1.1 (2013-08-19)
168170

169171
* Bug fixes for iPad screen display
170172
* Improved logged so message display is clearer
171173
* Smaller under the hood bug fixes around dismissing messages on session end.
172174

173-
= 1.1 (2013-08-14)
175+
## 1.1 (2013-08-14)
174176

175177
* Include support for messaging.
176178

177-
= 1.0.1 (2013-02-27)
179+
## 1.0.1 (2013-02-27)
178180

179181
* Fix session attempting to restart after `endSession` had been called.
180182

181-
= 1.0 (2013-02-05)
183+
## 1.0 (2013-02-05)
182184

183-
* Intercom iOS SDK Version 1.
185+
* Intercom iOS SDK 1.

0 commit comments

Comments
 (0)