Skip to content

Commit fcdc42d

Browse files
pushwooshpushwoosh
pushwoosh
authored and
pushwoosh
committed
Release 8.3.34
1 parent 35db265 commit fcdc42d

File tree

7 files changed

+16
-83
lines changed

7 files changed

+16
-83
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ body:
5858
label: Your Pushwoosh Cordova plugin version
5959
description: Your version of the Cordova plugin integrated into the application. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-phonegap-plugin/releases)
6060
options:
61+
- 8.3.34
62+
- 8.3.33
6163
- 8.3.28
6264
- 8.3.27
6365
- 8.3.26

README.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,18 @@ Cordova Pushwoosh Push Notifications plugin
99

1010
Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
1111

12-
#### Cordova
12+
#### Usage
1313

14-
Using npm (requires cordova 7.0+):
14+
Using npm:
1515

1616
```
17-
cordova plugin add [email protected].33
17+
cordova plugin add [email protected].34
1818
```
1919

2020
Using git:
2121

2222
```
23-
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.33
24-
```
25-
26-
#### Phonegap
27-
28-
Using npm (requires phonegap 7.1+):
29-
30-
```
31-
cordova plugin add [email protected]
23+
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.34
3224
```
3325

3426
### Guide

README_PGB.md

-32
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pushwoosh-cordova-plugin",
3-
"version": "8.3.33",
3+
"version": "8.3.34",
44
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
55
"main":"www/PushNotification.js",
66
"typings":"types/index.d.ts",

package_pgb.json

-29
This file was deleted.

plugin.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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.33">
2+
<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.34">
33

44
<name>Pushwoosh</name>
55

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

80-
<framework src="com.pushwoosh:pushwoosh:6.7.12"/>
81-
<framework src="com.pushwoosh:pushwoosh-amazon:6.7.12"/>
82-
<framework src="com.pushwoosh:pushwoosh-firebase:6.7.12"/>
83-
<framework src="com.pushwoosh:pushwoosh-badge:6.7.12"/>
84-
<framework src="com.pushwoosh:pushwoosh-inbox:6.7.12"/>
85-
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.7.12"/>
86-
<framework src="com.pushwoosh:pushwoosh-huawei:6.7.12"/>
80+
<framework src="com.pushwoosh:pushwoosh:6.7.14"/>
81+
<framework src="com.pushwoosh:pushwoosh-amazon:6.7.14"/>
82+
<framework src="com.pushwoosh:pushwoosh-firebase:6.7.14"/>
83+
<framework src="com.pushwoosh:pushwoosh-badge:6.7.14"/>
84+
<framework src="com.pushwoosh:pushwoosh-inbox:6.7.14"/>
85+
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.7.14"/>
86+
<framework src="com.pushwoosh:pushwoosh-huawei:6.7.14"/>
8787
</platform>
8888

8989
<!-- ios -->
@@ -125,7 +125,7 @@
125125
<source url="https://github.com/CocoaPods/Specs.git"/>
126126
</config>
127127
<pods use-frameworks="true">
128-
<pod name="PushwooshXCFramework" spec="6.7.4" />
128+
<pod name="PushwooshXCFramework" spec="6.7.9" />
129129
<pod name="PushwooshInboxUIXCFramework" spec="6.1.2" />
130130
</pods>
131131
</podspec>

scripts/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)