From 9eac07a0e003f4b5098234d448a2f3d56c1e1da9 Mon Sep 17 00:00:00 2001 From: Marta Carlos <101343976+OS-martacarlos@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:34:01 +0000 Subject: [PATCH] fix: add `NotificationDismissReceiver` to `plugin.xml (#38) - The NotificationDismissReceiver declaration was missing in the plugin.xml , which was causing the receiver to not ever be called and as such, no dismissed notifications were being processed by one signal, causing the resurrections of them all https://outsystemsrd.atlassian.net/browse/RMET-3870 --- CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59f954a..61873746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1-OS13] +### Fixes +- Android | Update `plugin.xml` with `NotificationDismissReceiver` declaration (https://outsystemsrd.atlassian.net/browse/RMET-3870). + ## [2.11.1-OS12] ### Features diff --git a/package.json b/package.json index 6fe1bf52..c31976e0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.11.1-OS12", + "version": "2.11.1-OS13", "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 d8db9b92..b93bdb85 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.11.1-OS13"> OneSignal Push Notifications Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio @@ -54,6 +54,7 @@ +