You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/02/09 16:01:26 UTC

[1/2] cordova-plugin-file-transfer git commit: CB-8429 Updated version and RELEASENOTES.md for release 0.5.0 (take 2)

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 33876409d -> a00c258c0


CB-8429 Updated version and RELEASENOTES.md for release 0.5.0 (take 2)


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/1882bfbd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/1882bfbd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/1882bfbd

Branch: refs/heads/master
Commit: 1882bfbd2d150c6db501b2092374d644cb056505
Parents: 3387640
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Feb 9 09:57:48 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Feb 9 09:59:41 2015 -0500

----------------------------------------------------------------------
 RELEASENOTES.md  | 1 +
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/1882bfbd/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6389fab..40a4ccf 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -145,6 +145,7 @@
 * CB-7700 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer
 
 ### 0.5.0 (Feb 04, 2015)
+* CB-8407 windows: Fix download of `ms-appdata:///` URIs
 * CB-8095 windows: Rewrite upload method to support progress events properly
 * CB-5059 android: Add a CookieManager abstraction for pluggable webviews
 * ios: Fix compile warning about implicity int conversion

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/1882bfbd/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 08c789c..efb7cc4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.file-transfer"
-    version="0.5.1-dev">
+    version="0.5.0">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/1882bfbd/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d3c1f8f..5138b49 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.file-transfer.tests"
-    version="0.5.1-dev">
+    version="0.5.0">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-file-transfer git commit: CB-8429 Incremented plugin version.

Posted by ag...@apache.org.
CB-8429 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/a00c258c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/a00c258c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/a00c258c

Branch: refs/heads/master
Commit: a00c258c098b8871f1c50a7ee7f273684800d92a
Parents: 1882bfb
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Feb 9 09:59:59 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Feb 9 09:59:59 2015 -0500

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a00c258c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index efb7cc4..08c789c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.file-transfer"
-    version="0.5.0">
+    version="0.5.1-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a00c258c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 5138b49..d3c1f8f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.file-transfer.tests"
-    version="0.5.0">
+    version="0.5.1-dev">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org