Skip to content

Commit

Permalink
Pushwoosh Cordova Plugin 8.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 2, 2023
1 parent 15d8828 commit 749c92e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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@8.3.14
cordova plugin add pushwoosh-cordova-plugin@8.3.15
```

Using git:

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

#### Phonegap

Using npm (requires phonegap 7.1+):

```
cordova plugin add pushwoosh-cordova-plugin@8.3.14
cordova plugin add pushwoosh-cordova-plugin@8.3.15
```

### 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@8.3.14
cordova plugin add pushwoosh-pgb-plugin@8.3.15
```

### 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": "8.3.14",
"version": "8.3.15",
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
"main":"www/PushNotification.js",
"typings":"types/index.d.ts",
Expand Down
16 changes: 8 additions & 8 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="8.3.14">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pushwoosh-cordova-plugin" version="8.3.15">

<name>Pushwoosh</name>

Expand Down Expand Up @@ -77,13 +77,13 @@
<framework src="com.github.bumptech.glide:glide:4.10.0" />
<framework src="org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.60" />

<framework src="com.pushwoosh:pushwoosh:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh-amazon:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh-firebase:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh-badge:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh-inbox:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh-huawei:6.6.12"/>
<framework src="com.pushwoosh:pushwoosh:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-amazon:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-firebase:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-badge:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-inbox:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-huawei:6.6.14"/>
</platform>

<!-- ios -->
Expand Down

0 comments on commit 749c92e

Please sign in to comment.