Skip to content

Commit

Permalink
Version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Apr 23, 2015
1 parent 13595c3 commit 43c463c
Show file tree
Hide file tree
Showing 3 changed files with 13 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.7.2"
#define kATConnectVersionString @"1.7.3"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2015-04-23 pkamb, frankus v1.7.3
--------------------------------

The 1.7.3 release contains a variety of small enhancements.

The Feedback Dialog has received a number of UI improvements. Upgrade Messages are now displayed in full screen, and a rotation bug has been fixed. Warnings introduced by Xcode 6.3 have been fixed.

Localization files have been added for Arabic, Brazilian Portuguese, French Canadian, Korean, Spanish (Spain), and Turkish.

Finally, the Feedback Demo example applicaton now allows you to easily select and display any interaction created on your Apptentive account. This allows for easy testing of any given interaction, such as a Survey or Upgrade Message, without needing to first engage the required events or satisfy any time limits.

2015-03-23 pkamb, wooster v1.7.2
--------------------------------

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.7.2'
s.version = '1.7.3'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit 43c463c

Please sign in to comment.