Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 16.0.0 #434

Merged
merged 5 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
android:
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge
timeout-minutes: 10
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Run CI
run: bash ./scripts/run_ci_tasks.sh -a
ios:
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge
timeout-minutes: 10
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
Expand Down
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 15.3.0 July 3, 2024
Minor release that updates dependencies and adds a new config option for logging on iOS.

### Changes
- Updated Airship Android SDK to 18.1.1
- Updated Airship iOS SDK to 18.5.0
- Added iOS logPrivacyLevel that can be set in the environments when calling takeOff

## Version 15.2.4 June 21, 2024
Patch release to fix a regression on iOS with In-App Automations, Scenes, and Surveys ignoring screen, version, and custom event triggers. Apps using those triggers that are on 15.2.3 should update.

Expand Down
4 changes: 2 additions & 2 deletions cordova-airship-hms/package-lock.json

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

2 changes: 1 addition & 1 deletion cordova-airship-hms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ua/cordova-airship-hms",
"version": "15.2.4",
"version": "16.0.0",
"description": "Airship HMS Cordova plugin",
"cordova": {
"id": "@ua/cordova-airship-hms",
Expand Down
6 changes: 3 additions & 3 deletions cordova-airship-hms/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="@ua/cordova-airship-hms" version="15.2.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="@ua/cordova-airship-hms" version="16.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>Airship HMS</name>
<description>Airship HMS Cordova plugin</description>
Expand All @@ -8,11 +8,11 @@
<repo>https://github.com/urbanairship/urbanairship-hms-cordova.git</repo>

<engines>
<engine name="cordova-android" version=">=11.0.0"/>
<engine name="cordova-android" version=">=13.0.0"/>
<engine name="cordova" version=">=9.0.1"/>
</engines>

<dependency id="@ua/cordova-airship" version="15.2.4"/>
<dependency id="@ua/cordova-airship" version="16.0.0"/>

<!-- android -->
<platform name="android">
Expand Down
14 changes: 1 addition & 13 deletions cordova-airship-hms/src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ repositories {
}

dependencies {
implementation 'com.urbanairship.android:urbanairship-hms:17.8.1'
implementation "com.urbanairship.android:airship-framework-proxy-hms:7.0.0"
implementation 'com.huawei.hms:push:6.3.0.304'
}

cdvPluginPostBuildExtras.push({
android {
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
})

4 changes: 2 additions & 2 deletions cordova-airship/package-lock.json

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

4 changes: 2 additions & 2 deletions cordova-airship/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ua/cordova-airship",
"version": "15.2.4",
"version": "16.0.0",
"description": "Airship Cordova plugin",
"cordova": {
"id": "@ua/cordova-airship",
Expand Down Expand Up @@ -28,7 +28,7 @@
"engines": [
{
"name": "cordova-android",
"version": ">=11.0.0"
"version": ">=13.0.0"
},
{
"name": "cordova-ios",
Expand Down
6 changes: 3 additions & 3 deletions cordova-airship/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="@ua/cordova-airship" version="15.2.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="@ua/cordova-airship" version="16.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>Airship</name>
<description>Airship Cordova plugin</description>
Expand All @@ -8,7 +8,7 @@
<repo>https://github.com/urbanairship/urbanairship-cordova.git</repo>

<engines>
<engine name="cordova-android" version=">=11.0.0"/>
<engine name="cordova-android" version=">=13.0.0"/>
<engine name="cordova-ios" version=">=7.0.0"/>
<engine name="cordova" version=">=9.0.1"/>
</engines>
Expand Down Expand Up @@ -130,7 +130,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="AirshipFrameworkProxy" spec="6.3.1" />
<pod name="AirshipFrameworkProxy" spec="7.0.0" />
</pods>
</podspec>
</platform>
Expand Down
Loading