Release v0.7.1
This commit is contained in:
parent
9d054714cd
commit
517dc364e8
@ -1,5 +1,5 @@
|
||||
## ChangeLog
|
||||
#### Version 0.7.1 (not yet released)
|
||||
#### Version 0.7.1 (23.04.2015)
|
||||
- [bugfix:] `isAvailable` does not block the main thread anymore.
|
||||
- [bugfix:] iPad+iOS8 incompatibility (Thanks to __zmagyar__)
|
||||
- [enhancement:] Print-View positioning on iPad
|
||||
|
@ -95,7 +95,7 @@ cordova plugin rm de.appplant.cordova.plugin.printer
|
||||
|
||||
|
||||
## ChangeLog
|
||||
#### Version 0.7.1 (not yet released)
|
||||
#### Version 0.7.1 (23.04.2015)
|
||||
- [bugfix:] `isAvailable` does not block the main thread anymore.
|
||||
- [bugfix:] iPad+iOS8 incompatibility (Thanks to __zmagyar__)
|
||||
- [enhancement:] Print-View positioning on iPad
|
||||
|
@ -3,7 +3,7 @@
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="de.appplant.cordova.plugin.printer"
|
||||
version="0.7.1-dev">
|
||||
version="0.7.1">
|
||||
|
||||
<name>Printer</name>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user