forked from katzer/cordova-plugin-local-notifications
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release fixes a regression caused by moodle.6 version, it caused the app to 'restart' when clicking a notification
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters