mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
CB-6114 Updated version and RELEASENOTES.md for release 0.4.2
This commit is contained in:
@@ -57,3 +57,14 @@
|
||||
* CB-5658 Delete stale snapshot of plugin docs
|
||||
* Remove @1 designation from file plugin dependency until pushed to npm
|
||||
* CB-5466: Update to work with filesystem URLs
|
||||
|
||||
### 0.4.2 (Feb 28, 2014)
|
||||
* CB-6106 Ensure that nativeURL is used by file transfer download
|
||||
* iOS: Fix default value for trustAllHosts on iOS (YES->NO)
|
||||
* CB-6059 iOS: Stop FileTransfer.download doing IO on the UI thread.
|
||||
* CB-5588 iOS: Add response headers to upload result
|
||||
* CB-2190 iOS: Make backgroundTaskId apply to downloads as well. Move backgroundTaskId to the delegate.
|
||||
* CB-6050 Android: Use instance method on actual file plugin object to get FileEntry to return on download
|
||||
* CB-6000 Android: Nginx rejects Content-Type without a space before "boundary".
|
||||
* CB-4907 Android: Close stream when we're finished with it
|
||||
* CB-6022 Add backwards-compatibility notes to doc
|
||||
|
||||
@@ -2,7 +2,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.2-dev">
|
||||
version="0.4.2">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
Reference in New Issue
Block a user