CB-9192 Updated version and RELEASENOTES.md for release 1.2.0

This commit is contained in:
Steve Gill
2015-06-17 12:36:03 -07:00
parent a2c11947d3
commit 965581fa4b
4 changed files with 21 additions and 3 deletions
+18
View File
@@ -193,3 +193,21 @@
* CB-8933 Increased download and upload test timeout
* CB-6313 **wp8**: Extra boundary in upload
* CB-8761 **wp8**: Copy cookies from WebBrowser
### 1.2.0 (Jun 17, 2015)
* CB-9128 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer
* CB-6503: Null pointer check for headers in upload (This closes #27)
* CB-6503: Allow payload content-types other than multipart/form-data to be used for upload
* Fix NoSuchMethodException looking up cookies.
* fix npm md issue
* CB-8951 (wp8) Handle exceptions in download() and upload() again
* [wp8] Relaxed engine version requirement, using reflection to see if methods are available
* Check for the existence of Json.net assembly to determin how we deserialize our headers.
* relax engine requirement to allow -dev versions
* Remove verbose console log messages
* fix bad commit (mine) for cordova-wp8@4.0.0 engine req
* bump required cordova-wp8 version to 4.0.0
* This closes #80, This closes #12
* 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 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-transfer",
"version": "1.1.1-dev",
"version": "1.2.0",
"description": "Cordova File Transfer Plugin",
"cordova": {
"id": "cordova-plugin-file-transfer",
+1 -1
View File
@@ -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.0">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
+1 -1
View File
@@ -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.1.1-dev">
version="1.2.0">
<name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license>