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
|
## 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.
|
- [bugfix:] `isServiceAvailable` on Android did not return a list of available printing apps.
|
||||||
|
|
||||||
#### Version 0.5.1 (15.12.2013)
|
#### Version 0.5.1 (15.12.2013)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="de.appplant.cordova.plugin.printer"
|
id="de.appplant.cordova.plugin.printer"
|
||||||
version="0.5.2dev">
|
version="0.5.2">
|
||||||
|
|
||||||
<name>Printer</name>
|
<name>Printer</name>
|
||||||
|
|
||||||
@ -26,9 +26,9 @@
|
|||||||
<!-- ios -->
|
<!-- ios -->
|
||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
<config-file target="config.xml" parent="/*">
|
<config-file target="config.xml" parent="/*">
|
||||||
<feature name="Printer">
|
<feature name="Printer">
|
||||||
<param name="ios-package" value="APPPrinter"/>
|
<param name="ios-package" value="APPPrinter"/>
|
||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<header-file src="src/ios/APPPrinter.h" />
|
<header-file src="src/ios/APPPrinter.h" />
|
||||||
|
@ -67,7 +67,7 @@ public class Printer extends CordovaPlugin {
|
|||||||
"epson.print", // Epson iPrint
|
"epson.print", // Epson iPrint
|
||||||
"jp.co.fujixerox.prt.PrintUtil.PCL", // Fuji Xerox Print Utility
|
"jp.co.fujixerox.prt.PrintUtil.PCL", // Fuji Xerox Print Utility
|
||||||
"jp.co.fujixerox.prt.PrintUtil.Karin", // Fuji Xeros Print&Scan (S)
|
"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.blackspruce.lpd", // Let's Print Droid
|
||||||
"com.threebirds.notesprint", // NotesPrint print your notes
|
"com.threebirds.notesprint", // NotesPrint print your notes
|
||||||
"com.xerox.mobileprint", // Print Portal (Xerox)
|
"com.xerox.mobileprint", // Print Portal (Xerox)
|
||||||
|
Loading…
Reference in New Issue
Block a user