Skip to content

Commit

Permalink
Version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Sep 13, 2014
1 parent 67ad33c commit 51a0ad1
Show file tree
Hide file tree
Showing 4 changed files with 19 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.5.6"
#define kATConnectVersionString @"1.5.7"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2014-09-12 pkamb v1.5.7
--------------------------------

This release adds a number of small fixes for Xcode 6 and iOS 8. We've updated the project to use Xcode 6's default settings, and fixed a number of warnings that surfaced in Xcode 6.

We have also added an `ATSurveyShownNotification` notification when a survey is shown.

We are now immediately updating new Push Notification integrations to the server, which will make for easier testing of new integrations. These were previously batched with device updates.

This release fixes a malformed image that caused a `pngcrush` error in Xcode CI builds.

Finally, we removed a debug background color that slipped into the iOS 6 Message Center's textfield.

2014-08-24 pkamb v1.5.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.5.6'
s.version = '1.5.7'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down
4 changes: 4 additions & 0 deletions docs/APIChanges.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This document tracks changes to the API between versions.

# 1.5.7

* Added `ATSurveyShownNotification` notification when a survey is shown.

# 1.5.5

* Added `addParseIntegrationWithDeviceToken:` for integrating with Parse's Push Notification service.
Expand Down

0 comments on commit 51a0ad1

Please sign in to comment.