You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/10/04 02:10:38 UTC

[1/2] git commit: Updated version and RELEASENOTES.md for release 0.4.7

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master e30057678 -> 7cfde19ca
Updated Tags:  refs/tags/r0.4.7 [created] d0d8698af


 Updated version and RELEASENOTES.md for release 0.4.7


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/d0d8698a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/d0d8698a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/d0d8698a

Branch: refs/heads/master
Commit: d0d8698af14731e2c8256693997c716db15d568d
Parents: e300576
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 16:10:12 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 16:10:12 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/d0d8698a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4e2b7f7..fa1c744 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -121,7 +121,7 @@
 * Amazon related changes.
 * Remove dupe file windows+windows8 both use the same one
 * CB-7316 Updates docs with actual information.
-* CB-7316 Adds support for Windows platform, moves *Proxy files to proper directory.
+* CB-7316 Adds support for Windows platform, moves \*Proxy files to proper directory.
 * CB-7316 Improves current specs compatibility:
 * added documentation for new test
 * CB-6466 Fix failing test due to recent url change
@@ -130,3 +130,8 @@
 * Fixed failing spec.19 on wp8
 * added documentation to manual tests
 * CB-6961 port file-transfer tests to framework
+
+### 0.4.7 (Oct 03, 2014)
+* Construct proper FileEntry with nativeURL property set
+* CB-7532 Handle non-existent download dirs properly
+* CB-7529 Adds support for 'ms-appdata' URIs for windows

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/d0d8698a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 768ac92..ff006c0 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.4.7-dev">
+    version="0.4.7">
     <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/d0d8698a/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 22bf4fb..08b9a39 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.4.7-dev">
+    version="0.4.7">
     <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] git commit: Incremented plugin version.

Posted by st...@apache.org.
 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/7cfde19c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/7cfde19c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/7cfde19c

Branch: refs/heads/master
Commit: 7cfde19cac789c537475dc33b442e0b9e4f651f0
Parents: d0d8698
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 17:09:46 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 17:09:46 2014 -0700

----------------------------------------------------------------------
 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/7cfde19c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ff006c0..f271d53 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.4.7">
+    version="0.4.8-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/7cfde19c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 08b9a39..97cc7f2 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.4.7">
+    version="0.4.8-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