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/08/07 04:26:07 UTC

[1/2] git commit: CB-7244 Updated version and RELEASENOTES.md for release 0.4.5

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master de4bf61d4 -> 4425ef64e
Updated Tags:  refs/tags/r0.4.5 [created] a071c5bf9


CB-7244 Updated version and RELEASENOTES.md for release 0.4.5


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

Branch: refs/heads/master
Commit: a071c5bf9a3b2814968c9607b30899b537e384d8
Parents: de4bf61
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 18:58:22 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 18:58:22 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 16 ++++++++++++++++
 plugin.xml      |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a071c5bf/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d2d6946..97e4d52 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -97,3 +97,19 @@
 * CB-5980 Updated version and RELEASENOTES.md for release 0.4.1
 
 ### 0.4.5
+
+### 0.4.5 (Aug 06, 2014)
+* Upload parameters out of order
+* **FirefoxOS** initial implementation
+* CB-6781: Expose FileTransferError.exception to application
+* CB-6928: Add new error code to documentation
+* CB-6928: Handle 304 status code
+* CB-6928: Open output stream only if it's necessary.
+* [BlackBerry10] Minor doc correction
+* CB-6127 Updated translations for docs
+* [Windows8] upload uses the provided fileName or the actual fileName
+* CB-2420 [Windows8] honor fileKey and param options. This closes #15
+* CB-6781: Update new docs to match AlexNennker's changes in PR30
+* CB-6781: Continue previous commit with one new instance (This closes #30)
+* CB-6781: add the exception text to the error object
+* CB-6890: Fix pluginManager access for 4.0.x branch

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a071c5bf/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 31dcb21..a7d7a65 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.5-dev">
+    version="0.4.5">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: CB-7244 Incremented plugin version.

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

Branch: refs/heads/master
Commit: 4425ef64e429b50e6391699be92cf2bc6e37d60f
Parents: a071c5b
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 19:24:27 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 19:24:27 2014 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4425ef64/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a7d7a65..764073b 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.5">
+    version="0.4.6-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>