Skip to content

Commit

Permalink
Fixed double alerts on iOS9
Browse files Browse the repository at this point in the history
  • Loading branch information
fleurdeviande committed Oct 29, 2015
1 parent e3c5561 commit db0a734
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"
id="com.pushwoosh.plugins.pushwoosh"
version="3.6.13">
version="3.6.14">

<name>Pushwoosh</name>

Expand Down
Binary file modified src/android/lib/Pushwoosh.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
Binary file modified src/ios/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.

0 comments on commit db0a734

Please sign in to comment.