Skip to content

Commit

Permalink
Release 8.3.3 (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored May 22, 2017
1 parent 9aa6d9f commit 2d089ac
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AirshipKit/AirshipConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2017 Urban Airship and Contributors

CURRENT_PROJECT_VERSION = 8.3.2
CURRENT_PROJECT_VERSION = 8.3.3

// Uncomment to include the preview build warning
// OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1
2 changes: 1 addition & 1 deletion AirshipKit/AirshipKit/UAirshipVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#import "UAirshipVersion.h"

NSString *const versionString = @"8.3.2";
NSString *const versionString = @"8.3.3";

@implementation UAirshipVersion

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ iOS Changelog

Migration Guides: Documentation/Migration

Version 8.3.3 - May 22, 2017
============================
Bug Fixes
---------
- UARegistrationDelegate's notificationRegistrationFinishedWithOptions:categories:
is now called with the user opted in options instead of the requested types. Fixed
this method being called before the user has a chance to accept permissions on iOS 8 & 9.
- Fixed UARegistrationDelegate's notificationAuthorizedOptionsDidChange: being
initially called with the wrong value and not being called when types go from undetermined
to none.

Behavior Changes
----------------
- Authorized notification option will be checked when the application wakes up in
the background.

Version 8.3.2 - May 15, 2017
===========================
Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion UrbanAirship-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.version = "8.3.2"
s.version = "8.3.3"

s.name = "UrbanAirship-iOS-AppExtensions"
s.summary = "Urban Airship iOS App Extensions"
Expand Down
2 changes: 1 addition & 1 deletion UrbanAirship-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.version = "8.3.2"
s.version = "8.3.3"
s.name = "UrbanAirship-iOS-SDK"
s.summary = "Urban Airship iOS SDK"

Expand Down

0 comments on commit 2d089ac

Please sign in to comment.