mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-06-05 00:00:35 +08:00
CB-10368 Updated version and RELEASENOTES.md for release 1.5.0
This commit is contained in:
@@ -20,6 +20,25 @@
|
||||
-->
|
||||
# Release Notes
|
||||
|
||||
### 1.5.0 (Jan 15, 2016)
|
||||
* CB-10208 Fix `file-transfer` multipart form data upload format on **Windows**
|
||||
* CB-9837 Add data `URI` support to `file-transfer` upload on **iOS**
|
||||
* CB-9600 `FileUploadOptions` params not posted on **iOS**
|
||||
* CB-9840 Fallback `file-transfer` `uploadResponse` encoding to `latin1` in case not encoded with `UTF-8` on **iOS**
|
||||
* CB-9840 Fallback `file-transfer` upload/download response encoding to `latin1` in case not encoded with `UTF-8` on **iOS**
|
||||
* CB-8641 **Windows Phone 8.1** Some `file-transfer` plugin tests occasionally fail in `mobilespec`
|
||||
* Adding linting and fixing linter warnings. Reducing timeouts to 7 seconds.
|
||||
* CB-10100 updated file dependency to not grab new majors
|
||||
* CB-7006 Empty file is created on file transfer if server response is 304
|
||||
* CB-10098 `filetransfer.spec.33` is faulty
|
||||
* CB-9969 Filetransfer upload error deletes original file
|
||||
* CB-10088 `filetransfer spec.10` and `spec.11` test is faulty
|
||||
* CB-9969 Filetransfer upload error deletes original file
|
||||
* CB-10086 There are two `spec.31` tests for `file-transfer` tests
|
||||
* CB-10037 Add progress indicator to file-transfer manual tests
|
||||
* CB-9563 Mulptipart form data is used even a header named `Content-Type` is present
|
||||
* CB-8863 fix block usage of self
|
||||
|
||||
### 1.4.0 (Nov 18, 2015)
|
||||
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
|
||||
* [CB-9879](https://issues.apache.org/jira/browse/CB-9879) `getCookie`s can cause unhandled `NullPointerException`
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-file-transfer",
|
||||
"version": "1.4.1-dev",
|
||||
"version": "1.5.0",
|
||||
"description": "Cordova File Transfer Plugin",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-file-transfer",
|
||||
|
||||
+2
-2
@@ -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.4.1-dev">
|
||||
version="1.5.0">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
@@ -29,7 +29,7 @@
|
||||
<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="cordova-plugin-file" version="^3.0.0" />
|
||||
<dependency id="cordova-plugin-file" version="^4.0.0" />
|
||||
|
||||
<js-module src="www/FileTransferError.js" name="FileTransferError">
|
||||
<clobbers target="window.FileTransferError" />
|
||||
|
||||
+1
-1
@@ -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.4.1-dev">
|
||||
version="1.5.0">
|
||||
<name>Cordova File Transfer Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user