From 8b718240fa723ad39a4876708c773a4e6fb7f650 Mon Sep 17 00:00:00 2001 From: Olivier Favre Date: Thu, 8 Feb 2024 09:14:31 +0100 Subject: [PATCH] 3.3.1 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- src/android/WonderPushPlugin.java | 2 +- src/ios/WonderPushPlugin.m | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab77b5e..aea3902 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wonderpush-cordova-sdk", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wonderpush-cordova-sdk", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "dependencies": { "fs-extra": "^8.1.0", diff --git a/package.json b/package.json index 176b8dc..ff363a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wonderpush-cordova-sdk", - "version": "3.3.0", + "version": "3.3.1", "description": "Mobile push notification delivery with the WonderPush service. The WonderPush Cordova SDK is compatible with iOS and Android.", "typings": "types/index.d.ts", "main": "www/WonderPush.js", diff --git a/plugin.xml b/plugin.xml index 8d32990..a832628 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + WonderPush Advanced push notification service for mobile applications and Websites. High volume, fast delivery and full-featured starting €1/month. WonderPush diff --git a/src/android/WonderPushPlugin.java b/src/android/WonderPushPlugin.java index f83be26..1d378df 100644 --- a/src/android/WonderPushPlugin.java +++ b/src/android/WonderPushPlugin.java @@ -51,7 +51,7 @@ public class WonderPushPlugin extends CordovaPlugin implements Delegate.SubDeleg @Override protected void pluginInitialize() { - WonderPush.setIntegrator("wonderpush-cordova-sdk-3.3.0"); + WonderPush.setIntegrator("wonderpush-cordova-sdk-3.3.1"); // Forward notification clicks and data notifications receipt LocalBroadcastManager.getInstance(cordova.getContext()).registerReceiver(new BroadcastReceiver() { diff --git a/src/ios/WonderPushPlugin.m b/src/ios/WonderPushPlugin.m index 0e18e69..c303c34 100644 --- a/src/ios/WonderPushPlugin.m +++ b/src/ios/WonderPushPlugin.m @@ -203,7 +203,7 @@ - (void)pluginInitialize { [WonderPush setupDelegateForUserNotificationCenter]; } - [WonderPush setIntegrator:@"wonderpush-cordova-sdk-3.3.0"]; + [WonderPush setIntegrator:@"wonderpush-cordova-sdk-3.3.1"]; // Here we have no access to launchOptions from application:didFinishLaunchingWithOptions:,