From 1f1151194b85da38bb86cbfb0b8ec64a81b38f99 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 25 Mar 2024 15:27:37 +0100 Subject: [PATCH] Release 4.0.0-moodle.8 --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb7cb1f7d..436ad3593 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ We created this fork because we needed to include the following modifications in 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.7](https://github.com/havesource/cordova-plugin-push/compare/2.0.0...moodlemobile:v4.0.0-moodle.7) +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) ## 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.7 +cordova plugin add @moodlehq/phonegap-plugin-push@4.0.0-moodle.8 ``` diff --git a/package-lock.json b/package-lock.json index 795e27597..429f42e24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.7", + "version": "4.0.0-moodle.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.7", + "version": "4.0.0-moodle.8", "license": "MIT", "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/package.json b/package.json index d63e2b25a..449b97c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.7", + "version": "4.0.0-moodle.8", "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 c6f5769f9..ec10b82fc 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="@moodlehq/phonegap-plugin-push" version="4.0.0-moodle.8"> 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.