diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 00f45ff..f2243fe 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -214,6 +214,14 @@ ### 1.2.1 (Jul 7, 2015) * CB-9275 [WP8] Fix build failure on WP8 by using reflection to detect presence of JSON.NET based serialization -* Updated code per code review. -* Updated documentation for browser +* Updated code per code review. +* Updated documentation for browser * Added option to allow for passing cookies automatically in the browser +### 1.3.0 (Sep 18, 2015) +* Found issue where : is accepted as a valid header, this is obviously wrong +* CB-9562 Fixed incorrect headers handling on Android +* Fixing headers so they don't accept non-ASCII +* updated tests to use cordova apache vm +* CB-9493 Fix file paths in file-transfer manual tests +* CB-8816 Add cdvfile:// support on windows +* CB-9376 Fix FileTransfer plugin manual tests issue - 'undefined' in paths diff --git a/package.json b/package.json index b1c20a8..66ca608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.2.2-dev", + "version": "1.3.0", "description": "Cordova File Transfer Plugin", "cordova": { "id": "cordova-plugin-file-transfer", @@ -40,7 +40,7 @@ "cordova-browser" ], "peerDependencies": { - "cordova-plugin-file": ">=2.0.0" + "cordova-plugin-file": ">=3.0.0" }, "author": "Apache Software Foundation", "license": "Apache 2.0" diff --git a/plugin.xml b/plugin.xml index 106537c..9423877 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.3.0"> File Transfer Cordova File Transfer Plugin Apache 2.0 @@ -30,7 +30,7 @@ https://issues.apache.org/jira/browse/CB/component/12320650 - + diff --git a/tests/plugin.xml b/tests/plugin.xml index 547b49e..a7d73c8 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.3.0"> Cordova File Transfer Plugin Tests Apache 2.0