Skip to content

Commit

Permalink
Updated to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Feb 13, 2014
1 parent ffaf453 commit fdbb0cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.6"
#define kATConnectVersionString @"1.2.7"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
2014-02-?? wooster, pkamb v1.2.7a
2014-02-12 wooster, pkamb v1.2.7
--------------------------------

This release adds a `BOOL` return type to the `engage:` method, allowing the developer to take action if an interaction is or isn't shown. The `initiallyUseMessageCenter` property has been added to set the initial Message Center state; this will be overridden when the Apptentive configuration file is first downloaded.

This release also makes some behind-the-scenes tweaks to the Engagement Framework.

Fixes:

* IOS-354 Add BOOL return type to `engage:` method
* Change ATEvent monitoring from NSAssert to ATLogError.
* Made changes to Engagement Framework criteria:
* IOS-375 Add `is_update_version` to Enagagement Framework criteria
* IOS-377 Change `days_since...` to `time_since...` in Engagement Framework criteria.
* IOS-373 Add `build` property to Interactions.
* IOS-378 Add API method to set initial/local `useMessageCenter` setting

2014-01-27 wooster, pkamb v1.2.6
--------------------------------
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.6'
s.version = '1.2.7'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit fdbb0cf

Please sign in to comment.