From 965581fa4b773a32373be1ff186f67c647f9cad1 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 17 Jun 2015 12:36:03 -0700 Subject: [PATCH] CB-9192 Updated version and RELEASENOTES.md for release 1.2.0 --- RELEASENOTES.md | 18 ++++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fe2dd8f..b89e583 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/package.json b/package.json index 589eab3..c73b8ab 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index f2c39ed..8b54bec 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.0"> File Transfer Cordova File Transfer Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 4fffc0f..d09a366 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.0"> Cordova File Transfer Plugin Tests Apache 2.0