Skip to content

Commit

Permalink
Release 4.0.0-moodle.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Aug 29, 2024
1 parent a8ebed8 commit c1a31f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ We created this fork because we needed to include the following modifications in
| - | Fix crash if no valid configuration provided |
| - | Support encrypted push notifications (Android 8+ and iOS 13+) |
| - | Update default version of Firebase for iOS |
| - | Fix obtaining FCM token in iOS when using Firebase 10.23 |

This fork is based of `v4.0.0` and it also includes some commits that hadn't been released yet.

You can see all the changes here: [2.0.0...moodlemobile:v4.0.0-moodle.8](https://github.com/havesource/cordova-plugin-push/compare/2.0.0...moodlemobile:v4.0.0-moodle.8)
You can see all the changes here: [2.0.0...moodlemobile:v4.0.0-moodle.9](https://github.com/havesource/cordova-plugin-push/compare/2.0.0...moodlemobile:v4.0.0-moodle.9)

## Installation

You can install this package using the [original installation instructions](https://github.com/havesource/cordova-plugin-push/blob/master/docs/INSTALLATION.md), but installing this package instead:

```sh
cordova plugin add @moodlehq/[email protected].8
cordova plugin add @moodlehq/[email protected].9
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moodlehq/phonegap-plugin-push",
"version": "4.0.0-moodle.8",
"version": "4.0.0-moodle.9",
"description": "Moodle's fork of Cordova Push Plugin.",
"scripts": {
"build": "babel src/js --out-dir www",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@moodlehq/phonegap-plugin-push" version="4.0.0-moodle.8">
id="@moodlehq/phonegap-plugin-push" version="4.0.0-moodle.9">

<name>Cordova Push Plugin</name>
<description>Enable receiving push notifications on Android, iOS and Windows devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications. Windows uses Microsoft WNS Notifications.</description>
Expand Down

0 comments on commit c1a31f6

Please sign in to comment.