CB-10035 Updated version and RELEASENOTES.md for release 1.4.0

This commit is contained in:
Steve Gill
2015-11-18 19:45:05 -08:00
parent 60f5bf47e6
commit 2f4c106fcc
4 changed files with 17 additions and 4 deletions
+14
View File
@@ -20,6 +20,20 @@
-->
# Release Notes
### 1.4.0 (Nov 18, 2015)
* CB-10035 Updated `RELEASENOTES` to be newest to oldest
* CB-9879 `getCookie`s can cause unhandled `NullPointerException`
* CB-6928 Wrong behaviour transferring cacheable content
* CB-51 FileTransfer - Support `PUT` Method
* CB-9906 cleanup duplicate code, removed 2nd `isWP8` declaration.
* CB-9950 Unpend Filetransfer spec.27 on **wp8** as custom headers are now supported
* CB-9843 Added **wp8** quirk to test spec 12
* Fixing contribute link.
* CB-8431 File Transfer tests crash on **Android Lolipop**
* CB-9790 Align `FileUploadOptions` `fileName` and `mimeType` default parameter values to the docs on **iOS**
* CB-9385 Return `FILE_NOT_FOUND_ERR` when receiving `404` code on **iOS**
* CB-9791 Decreased download and upload tests timeout
### 1.3.0 (Sep 18, 2015)
* Found issue where : is accepted as a valid header, this is obviously wrong
* CB-9562 Fixed incorrect headers handling on Android
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-transfer",
"version": "1.3.1-dev",
"version": "1.4.0",
"description": "Cordova File Transfer Plugin",
"cordova": {
"id": "cordova-plugin-file-transfer",
+1 -2
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.3.1-dev">
version="1.4.0">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
@@ -29,7 +29,6 @@
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
<!-- dependency id="org.apache.cordova.file@1" /-->
<dependency id="cordova-plugin-file" version=">=3.0.0" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
+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.3.1-dev">
version="1.4.0">
<name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license>