Skip to content

Commit

Permalink
Pushwoosh Cordova Plugin 7.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jul 9, 2019
1 parent 18d2404 commit 01a68ee
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
Using npm (requires cordova 7.0+):

```
cordova plugin add pushwoosh-cordova-plugin@7.16.0
cordova plugin add pushwoosh-cordova-plugin@7.17.0
```

Using git:

```
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#7.16.0
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#7.17.0
```

#### Phonegap

Using npm (requires phonegap 7.1+):

```
cordova plugin add pushwoosh-cordova-plugin@7.16.0
cordova plugin add pushwoosh-cordova-plugin@7.17.0
```

### Guide
Expand Down
2 changes: 1 addition & 1 deletion README_PGB.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cross-Platform push notifications by Pushwoosh for PhoneGap
Using npm (requires cordova 5.0+):

```
cordova plugin add pushwoosh-pgb-plugin@7.16.0
cordova plugin add pushwoosh-pgb-plugin@7.17.0
```

### Guide
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": "7.16.0",
"version": "7.17.0",
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
"cordova": {
"id": "pushwoosh-cordova-plugin",
Expand Down
12 changes: 6 additions & 6 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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="pushwoosh-cordova-plugin" version="7.16.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pushwoosh-cordova-plugin" version="7.17.0">

<name>Pushwoosh</name>

Expand Down Expand Up @@ -65,11 +65,11 @@
<framework src="com.android.support.constraint:constraint-layout:1.0.2" />
<framework src="com.github.bumptech.glide:glide:4.7.1" />
<framework src="org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.60" />
<framework src="com.pushwoosh:pushwoosh:5.16.0"/>
<framework src="com.pushwoosh:pushwoosh-amazon:5.16.0"/>
<framework src="com.pushwoosh:pushwoosh-badge:5.16.0"/>
<framework src="com.pushwoosh:pushwoosh-inbox:5.16.0"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:5.16.0"/>
<framework src="com.pushwoosh:pushwoosh:5.17.0"/>
<framework src="com.pushwoosh:pushwoosh-amazon:5.17.0"/>
<framework src="com.pushwoosh:pushwoosh-badge:5.17.0"/>
<framework src="com.pushwoosh:pushwoosh-inbox:5.17.0"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:5.17.0"/>
</platform>

<!-- ios -->
Expand Down
Binary file modified src/ios/PushwooshInboxBundle.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file modified src/ios/PushwooshInboxBundle.bundle/PWIInboxMessageViewCell.nib
Binary file not shown.
Binary file modified src/ios/PushwooshInboxBundle.bundle/PWIInboxViewController.nib
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@protocol PWInboxMessageProtocol;

@interface PWIInboxViewController : UIViewController

@property (nonatomic) void (^onMessageClickBlock)(id<PWInboxMessageProtocol> message);

/**
Reloads everything from scratch.
*/
Expand Down
Binary file not shown.

0 comments on commit 01a68ee

Please sign in to comment.