Skip to content

Commit

Permalink
Android callback fix
Browse files Browse the repository at this point in the history
* Fixed bug where notification opened callback would not fire when opening a notification from an app cold start.
  • Loading branch information
jkasten2 committed Jul 16, 2015
1 parent ec54571 commit acb4a2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.5",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.onesignal.plugins.onesignal"
version="1.7.3">
version="1.7.5">

<name>OneSignal Push Notifications</name>
<author>Josh Kasten</author>
Expand Down
Binary file modified src/android/libs/OneSignalSDK.jar
Binary file not shown.

0 comments on commit acb4a2d

Please sign in to comment.