Release v0.7.3
This commit is contained in:
parent
917df3d6c3
commit
ac03532de5
@ -1,4 +1,7 @@
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
#### Version 0.7.3 (19.12.2016)
|
||||||
|
- Fixed incompatibility with Android KitKat (4.4)
|
||||||
|
|
||||||
#### Version 0.7.2 (03.08.2016)
|
#### 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
|
||||||
@ -11,7 +14,6 @@
|
|||||||
- [__change__:] `duplex` requires a string (`none`, `long` or `short`)
|
- [__change__:] `duplex` requires a string (`none`, `long` or `short`)
|
||||||
- [enhancement:] Support for `border`, `hidePageRange`, `hideNumberOfCopies` and `hidePaperFormat` (iOS specific)
|
- [enhancement:] Support for `border`, `hidePageRange`, `hideNumberOfCopies` and `hidePaperFormat` (iOS specific)
|
||||||
|
|
||||||
|
|
||||||
#### Version 0.7.1 (23.04.2015)
|
#### Version 0.7.1 (23.04.2015)
|
||||||
- [bugfix:] `isAvailable` does not block the main thread anymore.
|
- [bugfix:] `isAvailable` does not block the main thread anymore.
|
||||||
- [bugfix:] iPad+iOS8 incompatibility (Thanks to __zmagyar__)
|
- [bugfix:] iPad+iOS8 incompatibility (Thanks to __zmagyar__)
|
||||||
|
@ -57,6 +57,12 @@ And then execute:
|
|||||||
|
|
||||||
|
|
||||||
## ChangeLog
|
## 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)
|
#### Version 0.7.2 (03.08.2016)
|
||||||
- Finally on __NPM__
|
- Finally on __NPM__
|
||||||
- __Windows__ support
|
- __Windows__ support
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-printer",
|
"name": "cordova-plugin-printer",
|
||||||
"version": "0.7.2",
|
"version": "0.7.3",
|
||||||
"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">
|
version="0.7.3">
|
||||||
|
|
||||||
<name>Printer</name>
|
<name>Printer</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user