Skip to content

Commit

Permalink
Bump version, update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Aug 10, 2016
1 parent 5c41168 commit e8a2a10
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions ApptentiveConnect/source/Apptentive.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <UIKit/UIKit.h>

#define kApptentiveVersionString @"3.2.0"
#define kApptentiveVersionString @"3.2.1"
#define kApptentivePlatformString @"iOS"

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -103,7 +103,7 @@ Before calling any other methods on the shared `Apptentive` instance, set the AP

/**
APIKey property with legacy capitalization.
@deprecated Capitalize `API` in the property/setter name.
*/
@property (copy, nonatomic, nullable) NSString *apiKey __deprecated_msg("Use 'APIKey' instead.");
Expand All @@ -115,7 +115,7 @@ Before calling any other methods on the shared `Apptentive` instance, set the AP
*/
@property (copy, nonatomic, nullable) NSString *appID;

/** An object conforming to the `ApptentiveDelegate` protocol.
/** An object conforming to the `ApptentiveDelegate` protocol.
If a `nil` value is passed for the view controller into methods such as `-engage:fromViewController`,
the SDK will request a view controller from the delegate from which to present an interaction. */
@property (weak, nonatomic) id<ApptentiveDelegate> delegate;
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
2016-08-09 frankus v3.2.1
-------------------------
Version 3.2.1 improves stability and reliability and fixes several warnings when
building with Xcode 8.0 beta. This release is intended to be compatible with
iOS 10. In addition, the Demo app has been removed from the repository.

2016-07-08 frankus v3.2.0
-------------------------
Version 3.2.0 adds a range question type in order to support NPS-style survey
questions. It also improves RTL language support and accessibility and includes
several bug fixes. Logging now respects preprocessor macros when integrating
via CocoaPods.
via CocoaPods.

2016-06-21 frankus v3.1.1
-------------------------
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ Apptentive's [API changelog](docs/APIChanges.md) is also updated with each relea

Please see the [Apptentive testing guide](http://www.apptentive.com/docs/ios/testing/) for directions on how to test that the Rating Prompt, Surveys, and other Apptentive features have been configured correctly.

## Apptentive Demo App

The Apptentive sample application `iOSDemo` is included in the `Demo` directory in this repository.

Use iOSDemo to test Apptentive's features before integrating the SDK in your app.

Message Center, the Ratings Prompt, Surveys, and [other Apptentive interactions](http://www.apptentive.com/docs/ios/features/) can all be tested before integrating Apptentive in your own app. See the `README.md` file in the `Demo` directory for more information.

# Apptentive Example App

To see an example of how the Apptentive iOS SDK can be integrated with your app, take a look at the `iOSExample` app in the `Example` directory in this repository.
Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'apptentive-ios'
s.module_name = 'Apptentive'
s.version = '3.2.0'
s.version = '3.2.1'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit e8a2a10

Please sign in to comment.