diff --git a/ApptentiveConnect/source/ATConnect.h b/ApptentiveConnect/source/ATConnect.h index 2ae7ebe5b..a9189a0dc 100644 --- a/ApptentiveConnect/source/ATConnect.h +++ b/ApptentiveConnect/source/ATConnect.h @@ -13,7 +13,7 @@ #import #endif -#define kATConnectVersionString @"1.7.2" +#define kATConnectVersionString @"1.7.3" #if TARGET_OS_IPHONE # define kATConnectPlatformString @"iOS" diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d4c0d6a..d813bf0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -------------------------------- diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index 410239fbd..ed48656aa 100644 --- a/apptentive-ios.podspec +++ b/apptentive-ios.podspec @@ -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/'