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