Skip to content

Commit

Permalink
Merge pull request #480 from urbanairship/release-14.6.1
Browse files Browse the repository at this point in the history
prepare release 14.6.1
  • Loading branch information
Ulrico972 authored Jan 20, 2023
2 parents e6568da + 75d90bc commit 194357a
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 35 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# React Native Module Changelog

## Version 14.6.1 - January 20, 2023
Patch release that updates the iOS SDK to 16.10.7, fixes the result of `getActiveNotifications` and avoiding issue in the Message Center on null message ID.

### Changes
- Updated iOS SDK to 16.10.7
- Fix android notifications extras on `getActiveNotifications` method call.
- Avoid Message Center issue on null message ID.

## Version 14.6.0 - December 5, 2022
Minor release that updates the iOS SDK to 16.10.6 and add support
for isChannelCaptureEnabled and suppressAllowListError in the config for takeOff.
Expand Down
48 changes: 24 additions & 24 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PODS:
- Airship (16.10.6):
- Airship/Automation (= 16.10.6)
- Airship/Basement (= 16.10.6)
- Airship/Core (= 16.10.6)
- Airship/ExtendedActions (= 16.10.6)
- Airship/MessageCenter (= 16.10.6)
- Airship/Accengage (16.10.6):
- Airship (16.10.7):
- Airship/Automation (= 16.10.7)
- Airship/Basement (= 16.10.7)
- Airship/Core (= 16.10.7)
- Airship/ExtendedActions (= 16.10.7)
- Airship/MessageCenter (= 16.10.7)
- Airship/Accengage (16.10.7):
- Airship/Core
- Airship/Automation (16.10.6):
- Airship/Automation (16.10.7):
- Airship/Core
- Airship/Basement (16.10.6)
- Airship/Core (16.10.6):
- Airship/Basement (16.10.7)
- Airship/Core (16.10.7):
- Airship/Basement
- Airship/ExtendedActions (16.10.6):
- Airship/ExtendedActions (16.10.7):
- Airship/Core
- Airship/MessageCenter (16.10.6):
- Airship/MessageCenter (16.10.7):
- Airship/Core
- Airship/PreferenceCenter (16.10.6):
- Airship/PreferenceCenter (16.10.7):
- Airship/Core
- AirshipServiceExtension (16.6.0)
- boost-for-react-native (1.63.0)
Expand Down Expand Up @@ -297,15 +297,15 @@ PODS:
- React-Core
- RNScreens (2.18.1):
- React-Core
- urbanairship-accengage-react-native (14.6.0):
- Airship/Accengage (= 16.10.6)
- urbanairship-accengage-react-native (14.6.1):
- Airship/Accengage (= 16.10.7)
- React-Core
- urbanairship-preference-center-react-native (14.6.0):
- Airship/PreferenceCenter (= 16.10.6)
- urbanairship-preference-center-react-native (14.6.1):
- Airship/PreferenceCenter (= 16.10.7)
- React-Core
- urbanairship-react-native
- urbanairship-react-native (14.6.0):
- Airship (= 16.10.6)
- urbanairship-react-native (14.6.1):
- Airship (= 16.10.7)
- React-Core
- Yoga (1.14.0)

Expand Down Expand Up @@ -431,12 +431,12 @@ EXTERNAL SOURCES:
:path: "../../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: 6b7e5c339ac7aa2d37bbbc47e068e8c58231d91a
Airship: fbff646723323c58e3871cd30488612ca373f597
AirshipServiceExtension: 36efe25642746cc030844116d59fb366b26da76f
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ed16f4b06fec0c4cb807fd757b3f72d61aa7bbf7
FBReactNativeSpec: 72f307e3ea9e80cf68fb886064a447aa7a3996ff
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
Expand Down Expand Up @@ -466,9 +466,9 @@ SPEC CHECKSUMS:
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: c1b56d030d1616239861534d9adb531f8cffab68
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
urbanairship-accengage-react-native: c4ac212fdca0c87ab95eb96cf0e513c3026e5c1c
urbanairship-preference-center-react-native: 2154fbdd029ec39e045de4bf1a9fef6b217791e7
urbanairship-react-native: 3787691b674f7176e95d9afa08d25d6d2a3e9c52
urbanairship-accengage-react-native: d36673f848fef41cee4c3ba8c95ec279d8c73573
urbanairship-preference-center-react-native: 6d2dbc34a44679ef5a9b512df542e1a447ddb3da
urbanairship-react-native: fe4d169332546a0efd348a009aa490dc36ff815e
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf

PODFILE CHECKSUM: 0ac33f74cca01098af99ab55a29cc63c7ef373f6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#import "AirshipAccengageReactModuleVersion.h"

NSString *const moduleVersionString = @"14.6.0";
NSString *const moduleVersionString = @"14.6.1";

@implementation AirshipAccengageReactModuleVersion

Expand Down
2 changes: 1 addition & 1 deletion urbanairship-accengage-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-accengage-react-native",
"version": "14.6.0",
"version": "14.6.1",
"description": "Airship accengage module for React Native apps.",
"author": "Airship",
"homepage": "https://github.com/urbanairship/react-native-module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React-Core"
s.dependency "Airship/Accengage", "16.10.6"
s.dependency "Airship/Accengage", "16.10.7"

end

2 changes: 1 addition & 1 deletion urbanairship-chat-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-chat-react-native",
"version": "14.6.0",
"version": "14.6.1",
"description": "Airship chat module for React Native apps.",
"author": "Airship",
"homepage": "https://github.com/urbanairship/react-native-module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React-Core"
s.dependency "Airship/Chat", "16.10.6"
s.dependency "Airship/Chat", "16.10.7"
s.dependency "urbanairship-react-native"
end

2 changes: 1 addition & 1 deletion urbanairship-hms-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-hms-react-native",
"version": "14.6.0",
"version": "14.6.1",
"description": "Airship HMS module for React Native apps.",
"author": "Airship",
"homepage": "https://github.com/urbanairship/react-native-module",
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-preference-center-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-preference-center-react-native",
"version": "14.6.0",
"version": "14.6.1",
"description": "Airship preference center module for React Native apps.",
"author": "Airship",
"homepage": "https://github.com/urbanairship/react-native-module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React-Core"
s.dependency "Airship/PreferenceCenter", "16.10.6"
s.dependency "Airship/PreferenceCenter", "16.10.7"
s.dependency "urbanairship-react-native"
end
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public void setEnabledFeatures(ReadableArray features, Promise promise) {

try {
UAirship.shared().getPrivacyManager().setEnabledFeatures(parseFeatures(features));
promise.resolve(true);
} catch (Exception e) {
promise.reject(INVALID_FEATURE_ERROR_CODE, INVALID_FEATURE_ERROR_MESSAGE, e);
}
Expand Down Expand Up @@ -301,6 +302,7 @@ public void enableFeature(ReadableArray features, Promise promise) {

try {
UAirship.shared().getPrivacyManager().enable(parseFeatures(features));
promise.resolve(true);
} catch (Exception e) {
promise.reject(INVALID_FEATURE_ERROR_CODE, INVALID_FEATURE_ERROR_MESSAGE, e);
}
Expand All @@ -320,6 +322,7 @@ public void disableFeature(ReadableArray features, Promise promise) {

try {
UAirship.shared().getPrivacyManager().disable(parseFeatures(features));
promise.resolve(true);
} catch (Exception e) {
promise.reject(INVALID_FEATURE_ERROR_CODE, INVALID_FEATURE_ERROR_MESSAGE, e);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@implementation UARCTModuleVersion

NSString *const airshipModuleVersionString = @"14.6.0";
NSString *const airshipModuleVersionString = @"14.6.1";

+ (nonnull NSString *)get {
return airshipModuleVersionString;
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-react-native",
"version": "14.6.0",
"version": "14.6.1",
"description": "Airship plugin for React Native apps.",
"author": "Airship",
"homepage": "https://github.com/urbanairship/react-native-module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ require "json"
s.source = { :git => "https://github.com/urbanairship/react-native-module.git", :tag => "{s.version}" }
s.source_files = "ios/**/*.{h,m}"
s.dependency "React-Core"
s.dependency "Airship", "16.10.6"
s.dependency "Airship", "16.10.7"
end

0 comments on commit 194357a

Please sign in to comment.