diff --git a/README.md b/README.md index 436ad3593..fa7ed2044 100644 --- a/README.md +++ b/README.md @@ -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/phonegap-plugin-push@4.0.0-moodle.8 +cordova plugin add @moodlehq/phonegap-plugin-push@4.0.0-moodle.9 ``` diff --git a/package-lock.json b/package-lock.json index 429f42e24..821d1d6c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.8", + "version": "4.0.0-moodle.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.8", + "version": "4.0.0-moodle.9", "license": "MIT", "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/package.json b/package.json index 449b97c40..138518aba 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index ec10b82fc..0fcbacad2 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="@moodlehq/phonegap-plugin-push" version="4.0.0-moodle.9"> Cordova Push Plugin 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.