Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
679c750d
Commit
679c750d
authored
Jan 03, 2015
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 0.7.7
parent
4220687d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
CHANGELOG.md
CHANGELOG.md
+2
-0
README.md
README.md
+4
-7
plugin.xml
plugin.xml
+1
-1
No files found.
CHANGELOG.md
View file @
679c750d
## ChangeLog
#### Version 0.7.7 (03.01.2015)
-
[
bugfix:
]
NSInvalidArgumentException caused on iOS.
#### Version 0.7.6 (03.10.2014)
-
[
bugfix:
]
`hasPermission`
and
`promptForPermission`
let the app crash on iOS7 and older.
...
...
README.md
View file @
679c750d
...
...
@@ -47,7 +47,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications.
or to use the last stable version:
```
bash
# ~~ stable version ~~
cordova plugin add de.appplant.cordova.plugin.local-notification@0.7.
6
cordova plugin add de.appplant.cordova.plugin.local-notification@0.7.
7
```
### Removing the Plugin from your project
...
...
@@ -63,12 +63,14 @@ Add the following xml to your config.xml to always use the latest version of thi
```
or to use an specific version:
```
xml
<gap:plugin
name=
"de.appplant.cordova.plugin.local-notification"
version=
"0.7.
6
"
/>
<gap:plugin
name=
"de.appplant.cordova.plugin.local-notification"
version=
"0.7.
5
"
/>
```
More informations can be found
[
here
][
PGB_plugin
]
.
## ChangeLog
#### Version 0.7.7 (03.01.2015)
-
[
bugfix:
]
NSInvalidArgumentException caused on iOS.
#### Version 0.7.6 (03.10.2014)
-
[
bugfix:
]
`hasPermission`
and
`promptForPermission`
let the app crash on iOS7 and older.
...
...
@@ -76,11 +78,6 @@ More informations can be found [here][PGB_plugin].
-
[
bugfix:
]
Prevent possible crash when calling
`cancelAll`
.
-
[
enhancement:
]
Do not inherit any notification defaults.
#### Version 0.7.5 (29.09.2014)
-
[
enhancement:
]
__iOS8 Support__
-
[
feature:
]
New method
`hasPermission`
to ask if the user has granted to display local notifications.
-
[
feature:
]
New method
`promptForPermission`
to promt the user to grant permission to display local notifications.
#### Further informations
-
See
[
CHANGELOG.md
][
changelog
]
to get the full changelog for the plugin.
...
...
plugin.xml
View file @
679c750d
...
...
@@ -3,7 +3,7 @@
<plugin
xmlns=
"http://apache.org/cordova/ns/plugins/1.0"
xmlns:android=
"http://schemas.android.com/apk/res/android"
id=
"de.appplant.cordova.plugin.local-notification"
version=
"0.7.
6
"
>
version=
"0.7.
7
"
>
<name>
LocalNotification
</name>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment