Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master b66cb2ec6 -> fd7b28f19
Updated version and RELEASENOTES.md for release 1.5.1 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/a4031db7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/a4031db7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/a4031db7 Branch: refs/heads/master Commit: a4031db7008d91135f5c08f1d73fde62ec5fb1ed Parents: b66cb2e Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 8 ++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a4031db7/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 86c5d8b..19591b1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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** http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a4031db7/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index bc9f674..82000be 100644 --- a/package.json +++ b/package.json @@ -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", http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a4031db7/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index b7cd6fe..a855288 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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> http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a4031db7/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 9cb77c9..e5ac9e7 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
