Skip to content

Commit

Permalink
Merge pull request #381 from urbanairship/MOBILE-2694
Browse files Browse the repository at this point in the history
[MOBILE-2694] 13.1.0 release
  • Loading branch information
oristanovic authored Dec 2, 2021
2 parents 8fd10fa + 8546f29 commit 93b4600
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Cordova Plugin Changelog

## Version 13.1.0 - December 2, 2021

Minor release updating iOS SDK to 16.1.1 and Android SDK to 16.1.0

### Changes
- Updated iOS SDK to 16.1.1
- Updated Android SDK to 16.1.0

## Version 13.0.1 - November 5, 2021

Patch release that fixes preferences resetting on iOS when upgrading to 13.0.0. This update will restore old preferences that have not been modified new plugin.
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-accengage-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-accengage-cordova",
"version": "13.0.1",
"version": "13.1.0",
"description": "Urban Airship-Accengage Cordova plugin",
"cordova": {
"id": "urbanairship-accengage-cordova",
Expand Down
6 changes: 3 additions & 3 deletions urbanairship-accengage-cordova/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-accengage-cordova"
version="13.0.1"
version="13.1.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand All @@ -16,7 +16,7 @@
<engine name="cordova" version=">=9.0.1"/>
</engines>

<dependency id="urbanairship-cordova" version="13.0.1"/>
<dependency id="urbanairship-cordova" version="13.1.0"/>

<!-- ios -->
<platform name="ios">
Expand All @@ -31,7 +31,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="Airship/Accengage" spec="16.1.0" />
<pod name="Airship/Accengage" spec="16.1.1" />
</pods>
</podspec>

Expand Down
2 changes: 1 addition & 1 deletion urbanairship-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "13.0.1",
"version": "13.1.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
16 changes: 8 additions & 8 deletions urbanairship-cordova/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="13.0.1"
version="13.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="13.0.1"/>
android:value="13.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>13.0.1</string>
<string>13.1.0</string>
</config-file>

<config-file parent="/widget" target="config.xml">
Expand Down Expand Up @@ -193,11 +193,11 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="Airship/Core" spec="16.1.0" />
<pod name="Airship/MessageCenter" spec="16.1.0" />
<pod name="Airship/Automation" spec="16.1.0" />
<pod name="Airship/ExtendedActions" spec="16.1.0" />
<pod name="Airship/PreferenceCenter" spec="16.1.0" />
<pod name="Airship/Core" spec="16.1.1" />
<pod name="Airship/MessageCenter" spec="16.1.1" />
<pod name="Airship/Automation" spec="16.1.1" />
<pod name="Airship/ExtendedActions" spec="16.1.1" />
<pod name="Airship/PreferenceCenter" spec="16.1.1" />
</pods>
</podspec>

Expand Down
2 changes: 1 addition & 1 deletion urbanairship-hms-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-hms-cordova",
"version": "13.0.1",
"version": "13.1.0",
"description": "Urban Airship HMS Cordova plugin",
"cordova": {
"id": "urbanairship-hms-cordova",
Expand Down
4 changes: 2 additions & 2 deletions urbanairship-hms-cordova/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-hms-cordova"
version="13.0.1"
version="13.1.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand All @@ -15,7 +15,7 @@
<engine name="cordova" version=">=9.0.1"/>
</engines>

<dependency id="urbanairship-cordova" version="13.0.1"/>
<dependency id="urbanairship-cordova" version="13.1.0"/>

<!-- android -->
<platform name="android">
Expand Down

0 comments on commit 93b4600

Please sign in to comment.