Release v0.7.3

This commit is contained in:
Sebastián Katzer 2016-12-19 15:16:59 +01:00
parent 917df3d6c3
commit ac03532de5
4 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,7 @@
## ChangeLog
#### Version 0.7.3 (19.12.2016)
- Fixed incompatibility with Android KitKat (4.4)
#### Version 0.7.2 (03.08.2016)
- [__change__:] Changed plugin ID to `cordova-plugin-printer`
- [__change__:] Plugin requires Android KitKat or newer
@ -11,7 +14,6 @@
- [__change__:] `duplex` requires a string (`none`, `long` or `short`)
- [enhancement:] Support for `border`, `hidePageRange`, `hideNumberOfCopies` and `hidePaperFormat` (iOS specific)
#### Version 0.7.1 (23.04.2015)
- [bugfix:] `isAvailable` does not block the main thread anymore.
- [bugfix:] iPad+iOS8 incompatibility (Thanks to __zmagyar__)

View File

@ -57,6 +57,12 @@ And then execute:
## ChangeLog
#### Version 0.7.3 (19.12.2016)
- Fixed incompatibility with Android KitKat (4.4)
Known limitations
- Plugin crashes on Windows OS 10.0.14
#### Version 0.7.2 (03.08.2016)
- Finally on __NPM__
- __Windows__ support

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-printer",
"version": "0.7.2",
"version": "0.7.3",
"description": "Prints HTML documents",
"repository": {
"type": "git",

View File

@ -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">
version="0.7.3">
<name>Printer</name>