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 2013/12/05 01:58:08 UTC

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

Updated Branches:
  refs/heads/dev 4c11f54bd -> 09b67189b


[CB-5565] Updated version and RELEASENOTES.md for release 0.4.0


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

Branch: refs/heads/dev
Commit: 76baae9690a1254a8b17cd36970597aabffac07e
Parents: 4c11f54
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:30 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:16:30 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/76baae96/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5985831..2ef1bfd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -37,3 +37,10 @@
  ### 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.
+
+### 0.4.0 (Dec 4, 2013)
+* CB-5466: Partial revert; we're not ready yet for FS urls
+* add ubuntu platform
+* CB-5466: Minor version bump
+* CB-5466: Update FileTransfer plugin to accept filesystem urls
+* Added amazon-fireos platform. Change to use amazon-fireos as the platform if the user agen string contains 'cordova-amazon-fireos'

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/76baae96/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 34371bb..91896f9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,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.0-dev">
+    version="0.4.0">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: [CB-5565] Incremented plugin version on dev branch.

Posted by st...@apache.org.
[CB-5565] Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 09b67189bfafb19e74bdde5e3c22146d30d83937
Parents: 76baae9
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:32:03 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:32:03 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/09b67189/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 91896f9..2e2549d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,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.0">
+    version="0.4.1-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>