mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-07-13 00:10:15 +08:00
CB-9681 Updated version and RELEASENOTES.md for release 1.3.0
This commit is contained in:
+10
-2
@@ -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
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
+2
-2
@@ -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.2.2-dev">
|
||||
version="1.3.0">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
@@ -30,7 +30,7 @@
|
||||
<issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
|
||||
|
||||
<!-- dependency id="org.apache.cordova.file@1" /-->
|
||||
<dependency id="cordova-plugin-file" version=">=2.0.0" />
|
||||
<dependency id="cordova-plugin-file" version=">=3.0.0" />
|
||||
|
||||
<js-module src="www/FileTransferError.js" name="FileTransferError">
|
||||
<clobbers target="window.FileTransferError" />
|
||||
|
||||
+1
-1
@@ -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.2.2-dev">
|
||||
version="1.3.0">
|
||||
<name>Cordova File Transfer Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user