Skip to content

Commit

Permalink
Release v0.9.0-moodle.7
Browse files Browse the repository at this point in the history
This release fixes a regression caused by moodle.6 version, it caused the app to 'restart' when clicking a notification
  • Loading branch information
dpalou committed Oct 25, 2022
1 parent 4b6016e commit df54286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ We created this fork because we needed to include the following modifications in

It also includes some commits that are in master and haven't been released.

You can see all the changes here: [0.9.0-beta.3...moodlemobile:v0.9.0-moodle.6](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.6)
You can see all the changes here: [0.9.0-beta.3...moodlemobile:v0.9.0-moodle.7](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.7)

## Installation

You can install this package using the [original installation instructions](https://github.com/katzer/cordova-plugin-local-notifications#installation), but installing this package instead:

```sh
cordova plugin add @moodlehq/[email protected].6
cordova plugin add @moodlehq/[email protected].7
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moodlehq/cordova-plugin-local-notification",
"version": "0.9.0-moodle.6",
"version": "0.9.0-moodle.7",
"description": "Moodle's fork of Cordova Local Notifications Plugin",
"cordova": {
"id": "@moodlehq/cordova-plugin-local-notification",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@moodlehq/cordova-plugin-local-notification"
version="0.9.0-moodle.6">
version="0.9.0-moodle.7">

<name>LocalNotification</name>

Expand Down

0 comments on commit df54286

Please sign in to comment.