From bbb542660d19fba4683ae3074fe85661b76776e2 Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Thu, 1 Feb 2018 14:34:38 -0800 Subject: [PATCH] Release 6.9.3 (#212) * Release 6.9.3 * Update CHANGELOG --- CHANGELOG | 12 ++++++++++++ package.json | 2 +- plugin.xml | 2 +- src/android/build-extras.gradle | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ae3e5aed..f1126050 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +================================ +Version 6.9.3 - February 1, 2018 +================================ +- Updated Android SDK to 8.9.7. +- Updated to be compatible with Cordova Android 7.0.0. Due to an + [issue in the android resource processing (AAPT2)](https://issuetracker.google.com/issues/69347762), + the GCM/FCM sender ID either needs to be prefixed with `sender:` or you can disable AAPT2 with + [cordova-disable-aapt2](https://github.com/runtrizapps/cordova-android-disable-aapt2). +- Added notification response info to the notification open event. +- Added registration token to the channel registration event. +- Fixed iOS 11 main thread warnings. + ================================= Version 6.9.2 - November 20, 2017 ================================= diff --git a/package.json b/package.json index f88ebc1b..3f4d91c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urbanairship-cordova", - "version": "6.9.2", + "version": "6.9.3", "description": "Urban Airship Cordova plugin", "cordova": { "id": "urbanairship-cordova", diff --git a/plugin.xml b/plugin.xml index 29f45d76..bd45f0ab 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ diff --git a/src/android/build-extras.gradle b/src/android/build-extras.gradle index 201dcbe5..8e0a0680 100644 --- a/src/android/build-extras.gradle +++ b/src/android/build-extras.gradle @@ -12,5 +12,5 @@ dependencies { compile 'com.android.support:cardview-v7:[26.0.2,)' compile 'com.google.android.gms:play-services-location:[11.0.1,)' compile 'com.android.support:appcompat-v7:[26.0.2,)' - compile 'com.urbanairship.android:urbanairship-sdk:8.9.5' + compile 'com.urbanairship.android:urbanairship-sdk:8.9.7' }