mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-9312 Updated version and RELEASENOTES.md for release 1.2.1
This commit is contained in:
@@ -211,3 +211,9 @@
|
|||||||
* fix failing test resulting from overlapping async calls
|
* fix failing test resulting from overlapping async calls
|
||||||
* CB-8721 Fixes incorrect headers and upload params parsing on wp8
|
* CB-8721 Fixes incorrect headers and upload params parsing on wp8
|
||||||
* Replace all slashes in windows path
|
* 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
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-file-transfer",
|
"name": "cordova-plugin-file-transfer",
|
||||||
"version": "1.2.1-dev",
|
"version": "1.2.1",
|
||||||
"description": "Cordova File Transfer Plugin",
|
"description": "Cordova File Transfer Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-file-transfer",
|
"id": "cordova-plugin-file-transfer",
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-file-transfer"
|
id="cordova-plugin-file-transfer"
|
||||||
version="1.2.1-dev">
|
version="1.2.1">
|
||||||
<name>File Transfer</name>
|
<name>File Transfer</name>
|
||||||
<description>Cordova File Transfer Plugin</description>
|
<description>Cordova File Transfer Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-file-transfer-tests"
|
id="cordova-plugin-file-transfer-tests"
|
||||||
version="1.2.1-dev">
|
version="1.2.1">
|
||||||
<name>Cordova File Transfer Plugin Tests</name>
|
<name>Cordova File Transfer Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user