mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
Updated version and RELEASENOTES.md for release 1.5.1
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
-->
|
||||
# Release Notes
|
||||
|
||||
### 1.5.1 (Apr 15, 2016)
|
||||
* CB-10536 Removing flaky test assertions about abort callback latency
|
||||
* Removing the expectation in `spec.34` for the transfer method to be called.
|
||||
* CB-10978 Fix `file-transfer.tests` JSHint issues
|
||||
* CB-10782 Occasional failure in file transfer tests causing mobilespec crash
|
||||
* CB-10771 Fixing failure when empty string passed as a value for option parameter in upload function
|
||||
* CB-10636 Add `JSHint` for plugins
|
||||
|
||||
### 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**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-file-transfer",
|
||||
"version": "1.5.1-dev",
|
||||
"version": "1.5.1",
|
||||
"description": "Cordova File Transfer Plugin",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-file-transfer",
|
||||
|
||||
@@ -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.5.1-dev">
|
||||
version="1.5.1">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
@@ -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.5.1-dev">
|
||||
version="1.5.1">
|
||||
<name>Cordova File Transfer Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user