Skip to content

Commit

Permalink
Release 8.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
pushwoosh authored and pushwoosh committed Nov 22, 2024
1 parent 35db265 commit fcdc42d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 83 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ body:
label: Your Pushwoosh Cordova plugin version
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)
options:
- 8.3.34
- 8.3.33
- 8.3.28
- 8.3.27
- 8.3.26
Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,18 @@ Cordova Pushwoosh Push Notifications plugin

Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap

#### Cordova
#### Usage

Using npm (requires cordova 7.0+):
Using npm:

```
cordova plugin add pushwoosh-cordova-plugin@8.3.33
cordova plugin add pushwoosh-cordova-plugin@8.3.34
```

Using git:

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

#### Phonegap

Using npm (requires phonegap 7.1+):

```
cordova plugin add pushwoosh-cordova-plugin@8.3.33
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.34
```

### Guide
Expand Down
32 changes: 0 additions & 32 deletions README_PGB.md

This file was deleted.

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.33",
"version": "8.3.34",
"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
29 changes: 0 additions & 29 deletions package_pgb.json

This file was deleted.

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="8.3.33">
<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">

<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.7.12"/>
<framework src="com.pushwoosh:pushwoosh-amazon:6.7.12"/>
<framework src="com.pushwoosh:pushwoosh-firebase:6.7.12"/>
<framework src="com.pushwoosh:pushwoosh-badge:6.7.12"/>
<framework src="com.pushwoosh:pushwoosh-inbox:6.7.12"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.7.12"/>
<framework src="com.pushwoosh:pushwoosh-huawei:6.7.12"/>
<framework src="com.pushwoosh:pushwoosh:6.7.14"/>
<framework src="com.pushwoosh:pushwoosh-amazon:6.7.14"/>
<framework src="com.pushwoosh:pushwoosh-firebase:6.7.14"/>
<framework src="com.pushwoosh:pushwoosh-badge:6.7.14"/>
<framework src="com.pushwoosh:pushwoosh-inbox:6.7.14"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.7.14"/>
<framework src="com.pushwoosh:pushwoosh-huawei:6.7.14"/>
</platform>

<!-- ios -->
Expand Down Expand Up @@ -125,7 +125,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="PushwooshXCFramework" spec="6.7.4" />
<pod name="PushwooshXCFramework" spec="6.7.9" />
<pod name="PushwooshInboxUIXCFramework" spec="6.1.2" />
</pods>
</podspec>
Expand Down
Binary file removed scripts/.DS_Store
Binary file not shown.

0 comments on commit fcdc42d

Please sign in to comment.