mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-05-17 00:00:03 +08:00
[CB-5565] Updated version and RELEASENOTES.md for release 0.4.0
This commit is contained in:
@@ -37,3 +37,10 @@
|
||||
### 0.3.4 (Oct 28, 2013)
|
||||
* CB-5128: added repo + issue tag to plugin.xml for file transfer plugin
|
||||
* [CB-5010] Incremented plugin version on dev branch.
|
||||
|
||||
### 0.4.0 (Dec 4, 2013)
|
||||
* CB-5466: Partial revert; we're not ready yet for FS urls
|
||||
* add ubuntu platform
|
||||
* CB-5466: Minor version bump
|
||||
* CB-5466: Update FileTransfer plugin to accept filesystem urls
|
||||
* Added amazon-fireos platform. Change to use amazon-fireos as the platform if the user agen string contains 'cordova-amazon-fireos'
|
||||
|
||||
+1
-1
@@ -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.0-dev">
|
||||
version="0.4.0">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
Reference in New Issue
Block a user