Release version 0.5.2
This commit is contained in:
parent
571f6ce9c6
commit
c2e1509acb
@ -46,7 +46,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/360).
|
||||
|
||||
|
||||
## Release Notes
|
||||
#### Version 0.5.2 (not yet released)
|
||||
#### Version 0.5.2 (22.03.2014)
|
||||
- [bugfix:] `isServiceAvailable` on Android did not return a list of available printing apps.
|
||||
|
||||
#### Version 0.5.1 (15.12.2013)
|
||||
|
@ -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.5.2dev">
|
||||
version="0.5.2">
|
||||
|
||||
<name>Printer</name>
|
||||
|
||||
|
@ -67,7 +67,7 @@ public class Printer extends CordovaPlugin {
|
||||
"epson.print", // Epson iPrint
|
||||
"jp.co.fujixerox.prt.PrintUtil.PCL", // Fuji Xerox Print Utility
|
||||
"jp.co.fujixerox.prt.PrintUtil.Karin", // Fuji Xeros Print&Scan (S)
|
||||
"com.hp.android.print", // HP ePrint" "com.hp.android.print
|
||||
"com.hp.android.print", // HP ePrint
|
||||
"com.blackspruce.lpd", // Let's Print Droid
|
||||
"com.threebirds.notesprint", // NotesPrint print your notes
|
||||
"com.xerox.mobileprint", // Print Portal (Xerox)
|
||||
|
Loading…
Reference in New Issue
Block a user