Skip to content

Commit

Permalink
Merge pull request #409 from urbanairship/release-14.8.0
Browse files Browse the repository at this point in the history
Prepare release 14.8.0
  • Loading branch information
Apekka authored Mar 10, 2023
2 parents 6ee7c62 + afd2d9f commit 1c50da9
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Cordova Plugin Changelog

## Version 14.8.0 - March 10, 2023
Minor release updating Android SDK to 16.9.0 and iOS SDK to 16.11.2.

### Changes
- Updated Android SDK to 16.9.0 (compileSdkVersion is now 33).
- Updated iOS SDK to 16.11.2.

## Version 14.7.0 - January 18, 2023
Minor release adding support for styling message center.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please visit http://support.urbanairship.com/ for any issues integrating or usin

#### Android
- `minSdkVersion` 21+
- `compileSdkVersion` and `targetSdkVersion` 31+
- `compileSdkVersion` and `targetSdkVersion` 33+
- Gradle Plugin version 3.0.0+
- Java 8
- Android [FCM Setup](https://docs.airship.com/platform/android/getting-started/#fcm-setup)
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.7.0",
"version": "14.8.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.7.0"
version="14.8.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.7.0"/>
<dependency id="urbanairship-cordova" version="14.8.0"/>

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

<config-file target="*-Info.plist" parent="UACordovaPluginVersion">
<string>14.7.0</string>
<string>14.8.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.10.6" />
<pod name="Airship/Accengage" spec="16.11.2" />
</pods>
</podspec>

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

cdvPluginPostBuildExtras.push({
android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
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.7.0",
"version": "14.8.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.7.0"
version="14.8.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.7.0"/>
android:value="14.8.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.7.0</string>
<string>14.8.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.10.6" />
<pod name="Airship/MessageCenter" spec="16.10.6" />
<pod name="Airship/Automation" spec="16.10.6" />
<pod name="Airship/ExtendedActions" spec="16.10.6" />
<pod name="Airship/PreferenceCenter" spec="16.10.6" />
<pod name="Airship/Core" spec="16.11.2" />
<pod name="Airship/MessageCenter" spec="16.11.2" />
<pod name="Airship/Automation" spec="16.11.2" />
<pod name="Airship/ExtendedActions" spec="16.11.2" />
<pod name="Airship/PreferenceCenter" spec="16.11.2" />
</pods>
</podspec>

Expand Down
4 changes: 2 additions & 2 deletions 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.8.0"
def airshipVersion = "16.9.0"
implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-message-center:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-automation:$airshipVersion"
Expand All @@ -8,7 +8,7 @@ dependencies {

cdvPluginPostBuildExtras.push({
android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
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.7.0",
"version": "14.8.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.7.0"
version="14.8.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.7.0"/>
<dependency id="urbanairship-cordova" version="14.8.0"/>

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

dependencies {
implementation 'com.urbanairship.android:urbanairship-hms:16.8.0'
implementation 'com.urbanairship.android:urbanairship-hms:16.9.0'
implementation 'com.huawei.hms:push:6.3.0.304'
}

cdvPluginPostBuildExtras.push({
android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1c50da9

Please sign in to comment.