diff --git a/VERSION.md b/VERSION.md index acc084eb..94477b19 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,3 +1,6 @@ +Current version: 3.6.14 +========================= +Fixed double alerts on iOS9 Current version: 3.6.13 ========================= Fixed https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin/issues/133 diff --git a/package.json b/package.json index 0dff35d0..37458a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushwoosh-cordova-plugin", - "version": "3.6.13", + "version": "3.6.14", "description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ", "cordova": { "id": "com.pushwoosh.plugins.pushwoosh", diff --git a/plugin.xml b/plugin.xml index 416d54f9..b084e721 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="3.6.14"> Pushwoosh diff --git a/src/android/lib/Pushwoosh.jar b/src/android/lib/Pushwoosh.jar index e29b6e6b..a43238ce 100644 Binary files a/src/android/lib/Pushwoosh.jar and b/src/android/lib/Pushwoosh.jar differ diff --git a/src/ios/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h b/src/ios/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h index 3d83a711..a6667a9c 100644 --- a/src/ios/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h +++ b/src/ios/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h @@ -316,11 +316,6 @@ typedef void(^PushwooshErrorHandler)(NSError *error); */ - (void) loadTags: (PushwooshGetTagsHandler) successHandler error:(PushwooshErrorHandler) errorHandler; -/** - Get tags from local cache. - */ -- (NSDictionary*) getCachedTags; - /** Informs the Pushwoosh about the app being launched. Usually called internally by SDK Runtime. */ diff --git a/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh b/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh index d9fe1d5b..8b1061aa 100644 Binary files a/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh and b/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh differ