Skip to content

Commit

Permalink
[MOBILE-903] Release 8.1 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBatchelder committed Sep 23, 2019
1 parent 6154565 commit 639efa3
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 89 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
==================================
Version 8.1.0 - September 23, 2019
==================================

- Updated Android Airship SDK to 10.1.3
- Updated iOS Airship SDK to 11.1.2
- Added support for EU cloud site
- Updated jsdoc to 3.6.3

=============================
Version 8.0.0 - July 10, 2019
=============================
Expand Down
208 changes: 126 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "8.0.0",
"version": "8.1.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down Expand Up @@ -43,7 +43,7 @@
"co-prompt": "^1.0.0",
"commander": "^2.19.0",
"fs": "0.0.1-security",
"jsdoc": "3.5.5",
"jsdoc": "3.6.3",
"minami": "1.2.3",
"semver": "^5.6.0",
"superagent": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="UrbanAirship-iOS-SDK" spec="11.1.0" />
<pod name="UrbanAirship-iOS-SDK" spec="11.1.2" />
</pods>
</podspec>

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 @@ -23,7 +23,7 @@ dependencies {
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.urbanairship.android:urbanairship-fcm:10.0.1'
implementation 'com.urbanairship.android:urbanairship-fcm:10.1.3'
}

ext.cdvCompileSdkVersion = 28
Expand Down
7 changes: 4 additions & 3 deletions www/UrbanAirship.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright Urban Airship and Contributors */

/**
* @module UrbanAirship
*/

var cardova = require("cordova"),
exec = require("cordova/exec"),
argscheck = require('cordova/argscheck')
Expand Down Expand Up @@ -112,9 +116,6 @@ function bindDocumentEvent() {

document.addEventListener("deviceready", bindDocumentEvent, false)

/**
* @module UrbanAirship
*/
module.exports = {

/**
Expand Down

0 comments on commit 639efa3

Please sign in to comment.