Skip to content

Commit

Permalink
Merge pull request #340 from urbanairship/release-10.1.1
Browse files Browse the repository at this point in the history
Release 10.1.1
  • Loading branch information
crow committed Mar 23, 2020
2 parents 8e1cb58 + 944f231 commit 86fb0eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Cordova Plugin Changelog

## Version 10.1.1 - March 23, 2020
Patch addressing a regression in iOS SDK 13.1.0 causing channel tag loss
when upgrading from iOS SDK versions prior to 13.0.1. Apps upgrading from plugin
9.0.1 or below should avoid plugin versions 10.1.0 in favor of version 10.1.1.

- Updated iOS SDK to 13.1.1

## Version 10.1.0 - February 24, 2020
Minor release that adds support for number attributes, new data collection flags and screen tracking.

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": "10.1.0",
"version": "10.1.1",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
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="10.1.0"
version="10.1.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

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

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

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

<config-file parent="/widget" target="config.xml">
Expand Down Expand Up @@ -192,7 +192,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="Airship" spec="13.1.0" />
<pod name="Airship" spec="13.1.1" />
</pods>
</podspec>

Expand Down

0 comments on commit 86fb0eb

Please sign in to comment.