Skip to content

Commit 47abb58

Browse files
github-actions[bot]infra-sourcecrow
authored
Release 17.3.0 (#447)
* Release 17.3.0 * Add privacy level parsing for android and remaining updates --------- Co-authored-by: infra-source <infra-source@users.noreply.github.com> Co-authored-by: crow <david.crow@airship.com>
1 parent 15de3e7 commit 47abb58

13 files changed

Lines changed: 44 additions & 17 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Cordova Plugin Changelog
22

3+
## Version 17.3.0 - June 25, 2025
4+
5+
Minor release that updates the Android SDK to 19.9.1 and the iOS SDK to 19.6.1
6+
7+
### Changes
8+
- Updated Android SDK to [19.9.1](https://github.com/urbanairship/android-library/releases/tag/19.9.1)
9+
- Updated iOS SDK to [19.6.1](https://github.com/urbanairship/ios-library/releases/tag/19.6.1)
10+
311
## Version 17.2.1 - May 9, 2025
412
Patch release that updates iOS SDK to 19.3.2
513

cordova-airship-hms/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cordova-airship-hms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/cordova-airship-hms",
3-
"version": "17.2.1",
3+
"version": "17.3.0",
44
"description": "Airship HMS Cordova plugin",
55
"cordova": {
66
"id": "@ua/cordova-airship-hms",

cordova-airship-hms/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="@ua/cordova-airship-hms" version="17.2.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="@ua/cordova-airship-hms" version="17.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33

44
<name>Airship HMS</name>
55
<description>Airship HMS Cordova plugin</description>
@@ -12,7 +12,7 @@
1212
<engine name="cordova" version=">=9.0.1"/>
1313
</engines>
1414

15-
<dependency id="@ua/cordova-airship" version="17.2.1"/>
15+
<dependency id="@ua/cordova-airship" version="17.3.0"/>
1616

1717
<!-- android -->
1818
<platform name="android">

cordova-airship-hms/src/android/build-extras.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ repositories {
55
}
66

77
dependencies {
8-
implementation "com.urbanairship.android:airship-framework-proxy-hms:14.2.3"
8+
implementation "com.urbanairship.android:airship-framework-proxy-hms:14.5.1"
99
implementation 'com.huawei.hms:push:6.3.0.304'
1010
}

cordova-airship/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cordova-airship/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/cordova-airship",
3-
"version": "17.2.1",
3+
"version": "17.3.0",
44
"description": "Airship Cordova plugin",
55
"cordova": {
66
"id": "@ua/cordova-airship",

cordova-airship/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin id="@ua/cordova-airship" version="17.2.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="@ua/cordova-airship" version="17.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33

44
<name>Airship</name>
55
<description>Airship Cordova plugin</description>
@@ -94,7 +94,7 @@
9494
</config-file>
9595

9696
<config-file target="*-Info.plist" parent="UACordovaPluginVersion">
97-
<string>17.0.0</string>
97+
<string>17.3.0</string>
9898
</config-file>
9999

100100
<config-file parent="/widget" target="config.xml">
@@ -130,7 +130,7 @@
130130
<source url="https://cdn.cocoapods.org/"/>
131131
</config>
132132
<pods use-frameworks="true">
133-
<pod name="AirshipFrameworkProxy" spec="14.2.3" />
133+
<pod name="AirshipFrameworkProxy" spec="14.5.1" />
134134
</pods>
135135
</podspec>
136136
</platform>

cordova-airship/src/android/AirshipCordovaVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
package com.urbanairship.cordova
44

55
object AirshipCordovaVersion {
6-
var version = "17.2.1"
6+
var version = "17.3.0"
77
}

cordova-airship/src/android/CordovaAutopilot.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ class CordovaAutopilot : BaseAutopilot() {
8686

8787
settings.developmentLogLevel?.apply { builder.setDevelopmentLogLevel(this) }
8888
settings.productionLogLevel?.apply { builder.setProductionLogLevel(this) }
89+
settings.logPrivacyLevel?.apply {
90+
builder.setDevelopmentLogPrivacyLevel(this)
91+
builder.setProductionLogPrivacyLevel(this)
92+
}
8993
settings.inProduction?.apply { builder.setInProduction(this) }
9094
settings.enableAnalytics?.apply { builder.setAnalyticsEnabled(this) }
9195
settings.cloudSite?.apply { builder.setSite(this) }

0 commit comments

Comments
 (0)