From 611c6cc84790552d44e9d5b891fb9788d7c286bf Mon Sep 17 00:00:00 2001
From: Ricardo Silva <97543217+OS-ricardomoreirasilva@users.noreply.github.com>
Date: Tue, 2 Apr 2024 16:44:07 +0100
Subject: [PATCH 1/7] RMET-3276 ::: iOS ::: Add Privacy Manifest (#25)
* chore: Update iOS SDK
Update the iOS pod to the forked one. This aims to include the Privacy Manifest file.
References: https://outsystemsrd.atlassian.net/browse/RMET-3276
* chore: Add CHANGELOG entry
References: https://outsystemsrd.atlassian.net/browse/RMET-3276
---
CHANGELOG.md | 4 +++-
plugin.xml | 9 +++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65349871..757cef20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Changes
+- iOS | Update SDK to use the latest forked version. This include the Privacy Manifest file (https://outsystemsrd.atlassian.net/browse/RMET-3276).
## [2.11.1-OS8]
### Changes
-- Chore: iOS | Use `podspec` element instead of it being a `framework` attribute.
+- iOS | Use `podspec` element instead of it being a `framework` attribute.
## [2.11.1-OS7]
### Features
diff --git a/plugin.xml b/plugin.xml
index 4750e573..d152254a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -96,8 +96,13 @@
-
-
+
+
+
From 5772144c7b5cdbed772010b2478e6ab1274ab552 Mon Sep 17 00:00:00 2001
From: Ricardo Silva <97543217+OS-ricardomoreirasilva@users.noreply.github.com>
Date: Fri, 12 Apr 2024 14:10:12 +0100
Subject: [PATCH 2/7] chore: Set Release Version (#26)
Prepare release of `2.11.1-OS9`.
Update iOS SDK to version `2.16.7+1.0.0`.
Clean `CHANGELOG`.
References: https://outsystemsrd.atlassian.net/browse/RMET-3341
---
CHANGELOG.md | 8 +++++---
package.json | 2 +-
plugin.xml | 9 ++-------
3 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 757cef20..338eb943 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
-### Changes
-- iOS | Update SDK to use the latest forked version. This include the Privacy Manifest file (https://outsystemsrd.atlassian.net/browse/RMET-3276).
+## 2.11.1-OS9
+
+### Features
+
+- Update iOS SDK to version `2.16.7+1.0.0`. This include the Privacy Manifest file (https://outsystemsrd.atlassian.net/browse/RMET-3276).
## [2.11.1-OS8]
### Changes
diff --git a/package.json b/package.json
index ba5e964d..aaeebc17 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.11.1-OS8",
+ "version": "2.11.1-OS9",
"name": "onesignal-cordova-plugin",
"cordova_name": "OneSignal Push Notifications",
"description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.",
diff --git a/plugin.xml b/plugin.xml
index d152254a..e9462668 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
+ version="2.11.1-OS9">
OneSignal Push Notifications
Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio
@@ -97,12 +97,7 @@
-
-
+
From 4fb6e1f2f059e4c3c1f347185568ec59bd2cc6e0 Mon Sep 17 00:00:00 2001
From: Invisgoth
Date: Thu, 18 Apr 2024 18:00:09 +0200
Subject: [PATCH 3/7] chore: Updated onesignal version
https://outsystemsrd.atlassian.net/browse/RMET-3318
---
build-extras-onesignal.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-extras-onesignal.gradle b/build-extras-onesignal.gradle
index 68c3c3ac..db486bcd 100644
--- a/build-extras-onesignal.gradle
+++ b/build-extras-onesignal.gradle
@@ -57,7 +57,7 @@ configurations.all { resolutionStrategy {
}}
dependencies {
- implementation("com.github.outsystems:onesignal-android-sdk:3.15.5-OS4@aar")
+ implementation("com.github.outsystems:onesignal-android-sdk:3.15.7-OS4@aar")
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.google.android.gms:play-services-base:18.2.0'
From 86d35fc98916451931ce818307256863ba6e989e Mon Sep 17 00:00:00 2001
From: Invisgoth
Date: Fri, 26 Apr 2024 13:03:23 +0200
Subject: [PATCH 4/7] chore: Updated onesignal aar version
https://outsystemsrd.atlassian.net/browse/RMET-3318
---
build-extras-onesignal.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-extras-onesignal.gradle b/build-extras-onesignal.gradle
index db486bcd..e032ed01 100644
--- a/build-extras-onesignal.gradle
+++ b/build-extras-onesignal.gradle
@@ -57,7 +57,7 @@ configurations.all { resolutionStrategy {
}}
dependencies {
- implementation("com.github.outsystems:onesignal-android-sdk:3.15.7-OS4@aar")
+ implementation("com.github.outsystems:onesignal-android-sdk:3.15.8-OS4@aar")
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.google.android.gms:play-services-base:18.2.0'
From c773cf8267d8f4b1c84bcef3d9cf8ee71a5fac6f Mon Sep 17 00:00:00 2001
From: Invisgoth
Date: Fri, 26 Apr 2024 13:38:58 +0200
Subject: [PATCH 5/7] chore: Updated OneSignalSDK version
https://outsystemsrd.atlassian.net/browse/RMET-3318
---
CHANGELOG.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 338eb943..8c4a4f76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## 2.11.2-OS10
+
+### Features
+
+- Update Android SDK to version `3.15.8-OS4`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691).
+
## 2.11.1-OS9
### Features
From ffcdf3c5acd6cd2bed00e768e073634e638040ef Mon Sep 17 00:00:00 2001
From: Invisgoth
Date: Fri, 26 Apr 2024 13:56:32 +0200
Subject: [PATCH 6/7] chore: Updated OneSignalSDK version
https://outsystemsrd.atlassian.net/browse/RMET-3318
---
CHANGELOG.md | 2 +-
build-extras-onesignal.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c4a4f76..a66a2f84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Features
-- Update Android SDK to version `3.15.8-OS4`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691).
+- Update Android SDK to version `3.15.5-OS5`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691).
## 2.11.1-OS9
diff --git a/build-extras-onesignal.gradle b/build-extras-onesignal.gradle
index e032ed01..5b8ea3e4 100644
--- a/build-extras-onesignal.gradle
+++ b/build-extras-onesignal.gradle
@@ -57,7 +57,7 @@ configurations.all { resolutionStrategy {
}}
dependencies {
- implementation("com.github.outsystems:onesignal-android-sdk:3.15.8-OS4@aar")
+ implementation("com.github.outsystems:onesignal-android-sdk:3.15.5-OS5@aar")
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.google.android.gms:play-services-base:18.2.0'
From 8167f2f01912f821a9ae1ba13c84a967bf26aa1e Mon Sep 17 00:00:00 2001
From: Invisgoth
Date: Fri, 26 Apr 2024 14:22:30 +0200
Subject: [PATCH 7/7] chore: Resolved comments
https://outsystemsrd.atlassian.net/browse/RMET-3318
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a66a2f84..b9b0b937 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 2.11.2-OS10
-### Features
+### Fixes
- Update Android SDK to version `3.15.5-OS5`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691).