Skip to content

Commit

Permalink
Release 6.9.3 (#212)
Browse files Browse the repository at this point in the history
* Release 6.9.3

* Update CHANGELOG
  • Loading branch information
rlepinski authored Feb 1, 2018
1 parent a7bbcc4 commit bbb5426
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
=================================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "6.9.2",
"version": "6.9.3",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="urbanairship-cordova"
version="6.9.2"
version="6.9.3"
xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down
2 changes: 1 addition & 1 deletion src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit bbb5426

Please sign in to comment.