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