mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-10 00:00:03 +08:00
CB-8429 Updated version and RELEASENOTES.md for release 0.5.0
This commit is contained in:
@@ -143,3 +143,16 @@
|
||||
* CB-7944 Pended unsupported auto tests for *Windows*
|
||||
* CB-7977 Mention `deviceready` in plugin docs
|
||||
* CB-7700 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer
|
||||
|
||||
### 0.5.0 (Feb 04, 2015)
|
||||
* CB-8095 windows: Rewrite upload method to support progress events properly
|
||||
* CB-5059 android: Add a CookieManager abstraction for pluggable webviews
|
||||
* ios: Fix compile warning about implicity int conversion
|
||||
* CB-8351 ios: Use argumentForIndex rather than NSArray extension
|
||||
* CB-8351 ios: Use a local copy of DLog macro rather than CordovaLib version
|
||||
* CB-8296 ios: Fix crash when upload fails and file is not yet created (close #57)
|
||||
* Document "body" property on FileTransferError
|
||||
* CB-7912 ios, android: Update to work with whitelist plugins in Cordova 4.x
|
||||
* Error callback should always be called with the FileTransferError object, and not just the code
|
||||
* windows: alias appData to Windows.Storage.ApplicationData.current
|
||||
* CB-8093 Fixes incorrect FileTransferError returned in case of download failure
|
||||
|
||||
+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.9-dev">
|
||||
version="0.5.0">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
+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.tests"
|
||||
version="0.4.9-dev">
|
||||
version="0.5.0">
|
||||
<name>Cordova File Transfer Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user