Skip to content

Commit

Permalink
Updated to version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Feb 21, 2014
1 parent 3b62f06 commit b67207c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApptentiveConnect/source/ATConnect.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <Cocoa/Cocoa.h>
#endif

#define kATConnectVersionString @"1.2.7"
#define kATConnectVersionString @"1.2.8"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2014-02-20 pkamb v1.2.8
--------------------------------

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.

Fixes:

* IOS-387 and #79 Set `ENABLE_NS_ASSERTIONS` to `NO` in both Debug and Release builds. (NSAssert calls now ignored).
* IOS-386 Fixes crash when setting nil email for `initialEmailAddress`.
* IOS-383 Added debug messages to help developer notice when API key is invalid or not set.
* IOS-384 Added Kahuna integration key constant.
* IOS-379 Added additional information to readme about responding to 'Unread Message' notifications.
* Added Swedish localization file to FeedbackDemo.

2014-02-12 wooster, pkamb v1.2.7
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'apptentive-ios'
s.version = '1.2.7'
s.version = '1.2.8'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit b67207c

Please sign in to comment.