Skip to content

Commit

Permalink
Pushwoosh Cordova Plugin 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jun 4, 2018
1 parent 483bf46 commit 401c4d9
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
Using npm (requires cordova 7.0+):

```
cordova plugin add pushwoosh-cordova-plugin@7.4.1
cordova plugin add pushwoosh-cordova-plugin@7.5.0
```

Using git:

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

#### Phonegap
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.4.1
cordova plugin add pushwoosh-pgb-plugin@7.5.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.4.1",
"version": "7.5.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
18 changes: 9 additions & 9 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.4.1">
<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.5.0">

<name>Pushwoosh</name>

Expand Down Expand Up @@ -113,14 +113,14 @@
<framework src="com.android.support.constraint:constraint-layout:1.0.2" />
<framework src="com.github.bumptech.glide:glide:4.3.1" />
<framework src="org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.60" />
<framework src="com.pushwoosh:pushwoosh:5.7.2"/>
<framework src="com.pushwoosh:pushwoosh-amazon:5.7.2"/>
<framework src="com.pushwoosh:pushwoosh-badge:5.7.2"/>
<framework src="com.pushwoosh:pushwoosh-gcm:5.7.2"/>
<framework src="com.pushwoosh:pushwoosh-inbox:5.7.2"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:5.7.2"/>
<lib-file src="src/android/libs/pushwoosh-beacon_v5.7.2.jar"/>
<lib-file src="src/android/libs/pushwoosh-location_v5.7.2.jar"/>
<framework src="com.pushwoosh:pushwoosh:5.7.5"/>
<framework src="com.pushwoosh:pushwoosh-amazon:5.7.5"/>
<framework src="com.pushwoosh:pushwoosh-badge:5.7.5"/>
<framework src="com.pushwoosh:pushwoosh-gcm:5.7.5"/>
<framework src="com.pushwoosh:pushwoosh-inbox:5.7.5"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:5.7.5"/>
<lib-file src="src/android/libs/pushwoosh-beacon_v5.7.5.jar"/>
<lib-file src="src/android/libs/pushwoosh-location_v5.7.5.jar"/>
</platform>

<!-- ios -->
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <UserNotifications/UserNotifications.h>
#endif

#define PUSHWOOSH_VERSION @"5.7"
#define PUSHWOOSH_VERSION @"5.7.2"


@class PushNotificationManager;
Expand Down
Binary file modified src/ios/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.
Binary file modified src/ios/PushwooshInboxBundle.bundle/Info.plist
Binary file not shown.
Binary file modified src/ios/PushwooshInboxBundle.bundle/PWIInboxMessageViewCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/ios/PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI
Binary file not shown.

0 comments on commit 401c4d9

Please sign in to comment.