Skip to content

Commit

Permalink
Merge pull request #397 from urbanairship/MOBILE-3111
Browse files Browse the repository at this point in the history
[MOBILE-3111] Prepare release 14.2.0
  • Loading branch information
Ulrico972 authored May 23, 2022
2 parents 4850e57 + ec9514f commit 7073383
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 20 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Cordova Plugin Changelog

## Version 14.2.0 - May 23, 2022
Minor release updating Android SDK to 16.5.0 and iOS SDK to 16.7.0 and fixing setting named user to null.

### Changes
- Updated Android SDK to 16.5.0.
- Updated iOS SDK to 16.7.0.
- Fixed setting named user to null.
- Added actions to the push events.
- Added set method to suppress notifications on Android in the foreground.

## Version 14.1.0 - May 4, 2022
Minor release that updates Airship Android SDK to 16.4.0, and iOS SDK to 16.6.0. These SDK releases fix several issues with Scenes and Surveys. Apps using Scenes & Surveys should update.

### Changes
- Added support for randomizing Survey responses.
- Added subscription list action.
- Added firebase app name to config.
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": "14.1.0",
"version": "14.2.0",
"description": "Urban Airship-Accengage Cordova plugin",
"cordova": {
"id": "urbanairship-accengage-cordova",
Expand Down
8 changes: 4 additions & 4 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="14.1.0"
version="14.2.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

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

<dependency id="urbanairship-cordova" version="14.1.0"/>
<dependency id="urbanairship-cordova" version="14.2.0"/>

<!-- ios -->
<platform name="ios">

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

<!-- Airship Accengage Module -->
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.6.0" />
<pod name="Airship/Accengage" spec="16.7.0" />
</pods>
</podspec>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation 'com.urbanairship.android:urbanairship-accengage:16.3.3'
implementation 'com.urbanairship.android:urbanairship-accengage:16.5.0'
}

cdvPluginPostBuildExtras.push({
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": "14.1.0",
"version": "14.2.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="14.1.0"
version="14.2.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="14.1.0"/>
android:value="14.2.0"/>

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion urbanairship-cordova/src/android/build-extras.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
def airshipVersion = "16.4.0"
def airshipVersion = "16.5.0"
implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-message-center:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-automation:$airshipVersion"
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": "14.1.0",
"version": "14.2.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="14.1.0"
version="14.2.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="14.1.0"/>
<dependency id="urbanairship-cordova" version="14.2.0"/>

<!-- android -->
<platform name="android">
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-hms-cordova/src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
}

dependencies {
implementation 'com.urbanairship.android:urbanairship-hms:16.4.0'
implementation 'com.urbanairship.android:urbanairship-hms:16.5.0'
implementation 'com.huawei.hms:push:6.3.0.304'
}

Expand Down

0 comments on commit 7073383

Please sign in to comment.