From ac03532de51267709424ad456fb6bb743f943381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Mon, 19 Dec 2016 15:16:59 +0100 Subject: [PATCH] Release v0.7.3 --- CHANGELOG.md | 4 +++- README.md | 6 ++++++ package.json | 2 +- plugin.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f95764..465f953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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__) diff --git a/README.md b/README.md index d88338c..791e933 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 2abf0ee..2de04b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-printer", - "version": "0.7.2", + "version": "0.7.3", "description": "Prints HTML documents", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index ca85dc7..fc54da4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -26,7 +26,7 @@ + version="0.7.3"> Printer