Release version 0.7.2
This commit is contained in:
parent
c47d35e288
commit
ce9613b78f
@ -1,5 +1,5 @@
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.7.2 (not yet released)
|
#### Version 0.7.2 (03.08.2016)
|
||||||
- [__change__:] Changed plugin ID to `cordova-plugin-printer`
|
- [__change__:] Changed plugin ID to `cordova-plugin-printer`
|
||||||
- [__change__:] Plugin requires Android KitKat or newer
|
- [__change__:] Plugin requires Android KitKat or newer
|
||||||
- [__change__:] `isAvailable` returns false if no enabled service can be found (Android)
|
- [__change__:] `isAvailable` returns false if no enabled service can be found (Android)
|
||||||
|
@ -57,7 +57,7 @@ And then execute:
|
|||||||
|
|
||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.7.2 (not yet released)
|
#### Version 0.7.2 (03.08.2016)
|
||||||
- Finally on __NPM__
|
- Finally on __NPM__
|
||||||
- __Windows__ support
|
- __Windows__ support
|
||||||
- New __pick__ method
|
- New __pick__ method
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-printer",
|
"name": "cordova-plugin-printer",
|
||||||
"version": "0.7.2dev",
|
"version": "0.7.2",
|
||||||
"description": "Prints HTML documents",
|
"description": "Prints HTML documents",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<plugin id="cordova-plugin-printer"
|
<plugin id="cordova-plugin-printer"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
version="0.7.2-dev">
|
version="0.7.2">
|
||||||
|
|
||||||
<name>Printer</name>
|
<name>Printer</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user