Skip to content

Commit b67207c

Browse files
committed
Updated to version 1.2.8
1 parent 3b62f06 commit b67207c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.2.7"
16+
#define kATConnectVersionString @"1.2.8"
1717

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

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2014-02-20 pkamb v1.2.8
2+
--------------------------------
3+
4+
This release fixes several issues reported by developers. We now strip NSAssert calls from the Apptentive static library. Also fixes an issue where setting a nil email address caused problems with the email validator. Additional debug logging added to make API key issues easier to recognize and debug.
5+
6+
Fixes:
7+
8+
* IOS-387 and #79 Set `ENABLE_NS_ASSERTIONS` to `NO` in both Debug and Release builds. (NSAssert calls now ignored).
9+
* IOS-386 Fixes crash when setting nil email for `initialEmailAddress`.
10+
* IOS-383 Added debug messages to help developer notice when API key is invalid or not set.
11+
* IOS-384 Added Kahuna integration key constant.
12+
* IOS-379 Added additional information to readme about responding to 'Unread Message' notifications.
13+
* Added Swedish localization file to FeedbackDemo.
14+
115
2014-02-12 wooster, pkamb v1.2.7
216
--------------------------------
317

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.2.7'
3+
s.version = '1.2.8'
44
s.license = 'BSD'
55
s.summary = 'Apptentive Customer Communications SDK.'
66
s.homepage = 'https://www.apptentive.com/'

0 commit comments

Comments
 (0)