From 9a10ff4548e8955caafbd8146165bf4773191128 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 9 Oct 2013 16:06:08 -0700 Subject: [PATCH 1/3] [CB-5010] Incremented plugin version on dev branch. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index deb8dae..4a90957 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.3.4-dev"> File Transfer Cordova File Transfer Plugin Apache 2.0 From d7db66c8105c9e5590a298944e9d00a2dc43a8bc Mon Sep 17 00:00:00 2001 From: hermwong Date: Mon, 21 Oct 2013 16:47:46 -0700 Subject: [PATCH 2/3] CB-5128: added repo + issue tag to plugin.xml for file transfer plugin --- plugin.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.xml b/plugin.xml index 4a90957..0451295 100644 --- a/plugin.xml +++ b/plugin.xml @@ -7,6 +7,8 @@ Cordova File Transfer Plugin Apache 2.0 cordova,file,transfer + https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git + https://issues.apache.org/jira/browse/CB/component/12320650 From 2e5e6eafafbeb66bc67912e9d53a42a8bea788da Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Mon, 28 Oct 2013 11:49:05 -0700 Subject: [PATCH 3/3] [CB-5188] Updated version and RELEASENOTES.md for release 0.3.4 --- RELEASENOTES.md | 4 ++++ plugin.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f51b327..5985831 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -33,3 +33,7 @@ * Fix missing headers in Windows 8 Proxy * Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header * [CB-4915] Incremented plugin version on dev branch. + + ### 0.3.4 (Oct 28, 2013) +* CB-5128: added repo + issue tag to plugin.xml for file transfer plugin +* [CB-5010] Incremented plugin version on dev branch. diff --git a/plugin.xml b/plugin.xml index 0451295..114b072 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.3.4"> File Transfer Cordova File Transfer Plugin Apache 2.0