mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-05-17 00:00:03 +08:00
Merge branch 'dev'
This commit is contained in:
@@ -33,3 +33,7 @@
|
||||
* Fix missing headers in Windows 8 Proxy
|
||||
* Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header
|
||||
* [CB-4915] Incremented plugin version on dev branch.
|
||||
|
||||
### 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.
|
||||
|
||||
+3
-1
@@ -2,11 +2,13 @@
|
||||
<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.3.3">
|
||||
version="0.3.4">
|
||||
<name>File Transfer</name>
|
||||
<description>Cordova File Transfer Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
<keywords>cordova,file,transfer</keywords>
|
||||
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
|
||||
<issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
|
||||
|
||||
<dependency id="org.apache.cordova.file" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user