You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2015/07/07 20:00:34 UTC

[1/2] cordova-plugin-file-transfer git commit: CB-9312 Updated version and RELEASENOTES.md for release 1.2.1

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master e8ca110a3 -> 8e8106e8d


CB-9312 Updated version and RELEASENOTES.md for release 1.2.1


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

Branch: refs/heads/master
Commit: 2d6faac5cd37e218ddc361b76a2b7234bdb38c9c
Parents: e8ca110
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Tue Jul 7 10:03:14 2015 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Tue Jul 7 10:38:34 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 6 ++++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2d6faac5/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b89e583..00f45ff 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -211,3 +211,9 @@
 * fix failing test resulting from overlapping async calls
 * CB-8721 Fixes incorrect headers and upload params parsing on wp8
 * Replace all slashes in windows path
+
+### 1.2.1 (Jul 7, 2015)
+* CB-9275 [WP8] Fix build failure on WP8 by using reflection to detect presence of JSON.NET based serialization        
+* Updated code per code review.                                                                                        
+* Updated documentation for browser                                                                                    
+* Added option to allow for passing cookies automatically in the browser                                               

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2d6faac5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b85b71e..17d494a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.2.1-dev",
+  "version": "1.2.1",
   "description": "Cordova File Transfer Plugin",
   "cordova": {
     "id": "cordova-plugin-file-transfer",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2d6faac5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f2c39ed..5151547 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="cordova-plugin-file-transfer"
-    version="1.2.1-dev">
+    version="1.2.1">
     <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/2d6faac5/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 14a51e6..d6f9445 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="cordova-plugin-file-transfer-tests"
-    version="1.2.1-dev">
+    version="1.2.1">
     <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-9312 Incremented plugin version.

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

Branch: refs/heads/master
Commit: 8e8106e8d84b44f94866f75d9113fb7426cdb36c
Parents: 2d6faac
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Tue Jul 7 10:57:14 2015 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Tue Jul 7 10:58:02 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8e8106e8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 17d494a..b1c20a8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.2.1",
+  "version": "1.2.2-dev",
   "description": "Cordova File Transfer Plugin",
   "cordova": {
     "id": "cordova-plugin-file-transfer",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8e8106e8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5151547..106537c 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="cordova-plugin-file-transfer"
-    version="1.2.1">
+    version="1.2.2-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/8e8106e8/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d6f9445..547b49e 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="cordova-plugin-file-transfer-tests"
-    version="1.2.1">
+    version="1.2.2-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