From 61011c427568a9d9c775617fa0c60c4a764fd436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Thu, 12 Dec 2013 12:13:00 +0100 Subject: [PATCH] Add note about PhoneGap Build --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b800d67..33679b4 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,19 @@ Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/gui cordova plugin rm de.appplant.cordova.plugin.printer ``` +## PhoneGap Build +Add the following xml to your config.xml to always use the latest version of this plugin: +``` + +``` +or to use this exact version: +``` + +``` +More informations can be found [here](https://build.phonegap.com/plugins/352). + ## Release Notes -#### Version 0.5.0 (not yet released) +#### Version 0.5.0 (11.12.2013) - Release under the Apache 2.0 license. - [***change:***] Removed the `callback` property from the `print` interface. - [enhancement:] Added Android KitKat support