Skip to content

Commit 91d6242

Browse files
committed
Update for version 1.4.3
1 parent f5b2ea6 commit 91d6242

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

ApptentiveConnect/source/ATConnect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#import <Cocoa/Cocoa.h>
1414
#endif
1515

16-
#define kATConnectVersionString @"1.4.2"
16+
#define kATConnectVersionString @"1.4.3"
1717

1818
#if TARGET_OS_IPHONE
1919
# define kATConnectPlatformString @"iOS"

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2014-05-05 wooster, pkamb v1.4.3
2+
--------------------------------
3+
4+
This release adds checks to ensure that custom person data is sent in a timely manner and is immediately visible in the dashboard alongside messages.
5+
6+
Added `debuggingOptions` property on ATConnect that allows the developer to specify debug logging preferences for their app. Use `debuggingOptions` to hide the debug panel or limit the debug logging of HTTP requests.
7+
8+
Also fixes an issue where Chinese and Japanese keyboard input could hide buttons in the Feedback dialog.
9+
10+
Fixes:
11+
12+
* IOS-489 Chinese input hides feedback dialog buttons.
13+
* IOS-381 Japanese input hides feedback dialog buttons.
14+
* IOS-478 Issue where setting custom person data is not synced to server.
15+
* IOS-370 Investigate sending order of Person and Message.
16+
* IOS-485 HTML Response logs contents of the HTML.
17+
* `Contains` operator should be case insensitive.
18+
119
2014-04-18 wooster, pkamb v1.4.2
220
--------------------------------
321

apptentive-ios.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'apptentive-ios'
3-
s.version = '1.4.2'
3+
s.version = '1.4.3'
44
s.license = 'BSD'
55
s.summary = 'Apptentive Customer Communications SDK.'
66
s.homepage = 'https://www.apptentive.com/'

docs/APIChanges.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
This document tracks changes to the API between versions.
22

3+
# 1.4.3
4+
5+
* Added `debuggingOptions` property on ATConnect that allows the developer to specify debug logging preferences for their app.
6+
37
# 1.4.2
48

59
* Added `addAmazonSNSIntegrationWithDeviceToken:` method for integrating with Amazon Web Services (AWS) Simple Notification Service (SNS).

0 commit comments

Comments
 (0)