Skip to content

Commit

Permalink
Release v0.9.0-moodle.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Oct 20, 2022
1 parent 5d7bf16 commit 90820db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ We created this fork because we needed to include the following modifications in
| - | Support Android X |
| - | Support sender image |
| - | Fix crash with target SDK 31 |
| - | Declare SCHEDULE_EXACT_ALARM permission |

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.4](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.4)
You can see all the changes here: [0.9.0-beta.3...moodlemobile:v0.9.0-moodle.5](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.5)

## 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].4
cordova plugin add @moodlehq/[email protected].5
```
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.4",
"version": "0.9.0-moodle.5",
"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.4">
version="0.9.0-moodle.5">

<name>LocalNotification</name>

Expand Down

0 comments on commit 90820db

Please sign in to comment.