mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-05-17 00:00:03 +08:00
CB-6452 Updated version and RELEASENOTES.md for release 0.4.3
This commit is contained in:
@@ -68,3 +68,16 @@
|
||||
* 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
|
||||
|
||||
### 0.4.3 (Apr 17, 2014)
|
||||
* CB-6422 [windows8] use cordova/exec/proxy
|
||||
* iOS: Fix error where files were not removed on abort
|
||||
* CB-5175: [ios] CDVFileTransfer asynchronous download (Fixes #24)
|
||||
* [ios] Cast id references to NSURL to avoid compiler warnings (Fixes: apache/cordova-plugin-file-transfer#18)
|
||||
* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
|
||||
* CB-5762: [FireOS] android: Fix lengthComputable set wrong for gzip downloads
|
||||
* CB-5631: [FireOS] Removed SimpleTrackingInputStream.read(byte[] buffer)
|
||||
* CB-4907: [FireOS] Close stream when we're finished with it
|
||||
* CB-6000: [FireOS] Nginx rejects Content-Type without a space before "boundary".
|
||||
* CB-6050: [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download
|
||||
* CB-6460: Update license headers
|
||||
|
||||
+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="org.apache.cordova.file-transfer"
|
||||
version="0.4.3-dev">
|
||||
version="0.4.3">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
Reference in New Issue
Block a user