Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master 58a60f1bf -> 8391656b4 Updated Tags: refs/tags/r0.4.6 [created] 16249c2f7
CB-7571 Updated version and RELEASENOTES.md for release 0.4.6 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/16249c2f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/16249c2f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/16249c2f Branch: refs/heads/master Commit: 16249c2f7ac53cb593e11eeae180066a88a28271 Parents: 58a60f1 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:41 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:41 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 17 +++++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/16249c2f/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 97e4d52..4e2b7f7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -113,3 +113,20 @@ * CB-6781: Continue previous commit with one new instance (This closes #30) * CB-6781: add the exception text to the error object * CB-6890: Fix pluginManager access for 4.0.x branch + +### 0.4.6 (Sep 17, 2014) +* CB-7471 cordova-plugin-file-transfer documentation translation +* CB-7249 cordova-plugin-file-transfer documentation translation +* CB-7423 fix spec28,29 lastProgressEvent not visible to afterEach function +* Amazon related changes. +* Remove dupe file windows+windows8 both use the same one +* CB-7316 Updates docs with actual information. +* CB-7316 Adds support for Windows platform, moves *Proxy files to proper directory. +* CB-7316 Improves current specs compatibility: +* added documentation for new test +* CB-6466 Fix failing test due to recent url change +* CB-6466 created mobile-spec test +* Renamed test dir, added nested plugin.xml and test +* Fixed failing spec.19 on wp8 +* added documentation to manual tests +* CB-6961 port file-transfer tests to framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/16249c2f/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9e29e95..ca7505d 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="org.apache.cordova.file-transfer" - version="0.4.6-dev"> + version="0.4.6"> <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/16249c2f/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 0830c4a..fb016ac 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="org.apache.cordova.file-transfer.tests" - version="0.4.5-dev"> + version="0.4.6"> <name>Cordova File Transfer Plugin Tests</name> <license>Apache 2.0</license>
