Skip to content

Commit d8e49c3

Browse files
jyaganehUlrico972
andauthored
Release 19.0.1 (#471)
* Release 19.0.1 Co-authored-by: Ulrich Giberné <ulrich.giberne@airship.com>
1 parent d6e87f5 commit d8e49c3

12 files changed

Lines changed: 22 additions & 14 deletions

File tree

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 19.0.1 - June 12, 2026
4+
5+
Patch release that updates the Android SDK to 20.7.4 and the iOS SDK to 20.7.2
6+
7+
### Changes
8+
- Updated Android SDK to [20.7.4](https://github.com/urbanairship/android-library/releases/tag/20.7.4)
9+
- Updated iOS SDK to [20.7.2](https://github.com/urbanairship/ios-library/releases/tag/20.7.2)
10+
311
## Version 19.0.0 - May 11, 2026
412

513
Major release that migrates iOS to Swift Package Manager, drops CocoaPods support, bumps the minimum Cordova platform versions, and adds Live Activity (iOS) and Live Update (Android) JS hooks.

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": "19.0.0",
3+
"version": "19.0.1",
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="19.0.0" 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="19.0.1" 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=">=12.0.0"/>
1313
</engines>
1414

15-
<dependency id="@ua/cordova-airship" version="19.0.0"/>
15+
<dependency id="@ua/cordova-airship" version="19.0.1"/>
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:15.9.0"
8+
implementation "com.urbanairship.android:airship-framework-proxy-hms:15.9.1"
99
implementation 'com.huawei.hms:push:6.13.0.300'
1010
}

cordova-airship/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
],
1616
dependencies: [
1717
.package(url: "https://github.com/apache/cordova-ios.git", branch: "master"),
18-
.package(url: "https://github.com/urbanairship/airship-mobile-framework-proxy.git", from: "15.9.0"),
18+
.package(url: "https://github.com/urbanairship/airship-mobile-framework-proxy.git", from: "15.9.1"),
1919
],
2020
targets: [
2121
.target(

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": "19.0.0",
3+
"version": "19.0.1",
44
"description": "Airship Cordova plugin",
55
"cordova": {
66
"id": "@ua/cordova-airship",

cordova-airship/plugin.xml

Lines changed: 1 addition & 1 deletion
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="19.0.0" 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="19.0.1" 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>

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 = "19.0.0"
6+
var version = "19.0.1"
77
}

0 commit comments

Comments
 (0)