mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-10 00:00:03 +08:00
CB-13826 Updated version and RELEASENOTES.md for release 1.7.1
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 1.7.1 (Jan 24, 2018)
|
||||||
|
* [CB-13749](https://issues.apache.org/jira/browse/CB-13749) Add build-tools-26.0.2 to travis
|
||||||
|
|
||||||
### 1.7.0 (Nov 06, 2017)
|
### 1.7.0 (Nov 06, 2017)
|
||||||
* Updated `README` with Deprecated Status
|
* Updated `README` with Deprecated Status
|
||||||
* [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
|
* [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-file-transfer",
|
"name": "cordova-plugin-file-transfer",
|
||||||
"version": "1.7.1-dev",
|
"version": "1.7.1",
|
||||||
"description": "Cordova File Transfer Plugin",
|
"description": "Cordova File Transfer Plugin",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-file-transfer"
|
id="cordova-plugin-file-transfer"
|
||||||
version="1.7.1-dev">
|
version="1.7.1">
|
||||||
<name>File Transfer</name>
|
<name>File Transfer</name>
|
||||||
<description>Cordova File Transfer Plugin</description>
|
<description>Cordova File Transfer Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-file-transfer-tests"
|
id="cordova-plugin-file-transfer-tests"
|
||||||
version="1.7.1-dev">
|
version="1.7.1">
|
||||||
<name>Cordova File Transfer Plugin Tests</name>
|
<name>Cordova File Transfer Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user