Updated version and RELEASENOTES.md for release 1.5.1

This commit is contained in:
Steve Gill
2016-04-15 13:08:27 -07:00
parent b66cb2ec6a
commit a4031db700
4 changed files with 11 additions and 3 deletions

View File

@@ -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**

View File

@@ -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",

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.5.1-dev">
version="1.5.1">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>

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.5.1-dev">
version="1.5.1">
<name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license>