From 91e13c0ba6285d1f4afe0d78f96940b64e0b3058 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 1 Sep 2023 09:49:45 +0200 Subject: [PATCH] Release 4.0.0-moodle.7 --- 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 1566a2ea4..5ed241828 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,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.6](https://github.com/havesource/cordova-plugin-push/compare/2.0.0...moodlemobile:v4.0.0-moodle.6) +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) ## 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.6 +cordova plugin add @moodlehq/phonegap-plugin-push@4.0.0-moodle.7 ``` diff --git a/package-lock.json b/package-lock.json index 0d020bfc4..795e27597 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.6", + "version": "4.0.0-moodle.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.6", + "version": "4.0.0-moodle.7", "license": "MIT", "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/package.json b/package.json index 9f5806767..d63e2b25a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/phonegap-plugin-push", - "version": "4.0.0-moodle.6", + "version": "4.0.0-moodle.7", "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 c51b67965..2c0a4510e 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="@moodlehq/phonegap-plugin-push" version="4.0.0-moodle.7"> 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.