Skip to content

Commit

Permalink
Release 12.1.0 (#366)
Browse files Browse the repository at this point in the history
* Update latest SDKs

* Release 12.1.0
  • Loading branch information
rlepinski authored Dec 31, 2020
1 parent 921ed61 commit 7d34770
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 83 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Cordova Plugin Changelog

## Version 12.1.0 - December 31, 2020

Minor release that adds support for In-App Automation message limits and segments.

### Changes
- Updated iOS SDK to 14.2.1
- Updated Android SDK to 14.1.1


## Version 12.0.1 - September 30, 2020

Patch release updating iOS and Android SDK versions to 14.1.2 and 14.0.1, respectively.
Expand Down
137 changes: 64 additions & 73 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "12.0.1",
"version": "12.1.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down Expand Up @@ -38,14 +38,14 @@
"license": "Apache 2.0",
"homepage": "https://github.com/urbanairship/urbanairship-cordova.git",
"devDependencies": {
"adm-zip": "^0.4.13",
"adm-zip": "^0.4.16",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.19.0",
"commander": "^2.20.3",
"fs": "0.0.1-security",
"jsdoc": "^3.6.3",
"jsdoc": "^3.6.6",
"minami": "1.2.3",
"semver": "^5.6.0",
"semver": "^5.7.1",
"superagent": "^4.1.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions 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="12.0.1"
version="12.1.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down Expand Up @@ -40,7 +40,7 @@
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<meta-data
android:name="com.urbanairship.cordova.version"
android:value="12.0.1"/>
android:value="12.1.0"/>

<meta-data
android:name="com.urbanairship.autopilot"
Expand Down Expand Up @@ -142,7 +142,7 @@
</config-file>

<config-file target="*-Info.plist" parent="UACordovaPluginVersion">
<string>12.0.1</string>
<string>12.1.0</string>
</config-file>

<config-file parent="/widget" target="config.xml">
Expand Down Expand Up @@ -193,7 +193,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="Airship" spec="14.1.2" />
<pod name="Airship" spec="14.2.1" />
</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 @@ -7,7 +7,7 @@ allprojects {
}

dependencies {
def airshipVersion = "14.0.1"
def airshipVersion = "14.1.1"
implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-message-center:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-automation:$airshipVersion"
Expand Down

0 comments on commit 7d34770

Please sign in to comment.