CB-13542 Updated version and RELEASENOTES.md for release 1.7.0 (via coho)

This commit is contained in:
Steve Gill
2017-11-06 14:37:45 -08:00
parent 265b63faa1
commit 130d66660b
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -20,6 +20,14 @@
-->
# Release Notes
### 1.7.0 (Nov 06, 2017)
* Updated `README` with Deprecated Status
* [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
* [CB-12809](https://issues.apache.org/jira/browse/CB-12809) Google Play Blocker: Unsafe SSL TrustManager Defined
* [CB-7995](https://issues.apache.org/jira/browse/CB-7995) document that `FileTransferError.exception` on **iOS** is never defined.
* [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds
* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
### 1.6.3 (Apr 27, 2017)
* [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
* [CB-10696](https://issues.apache.org/jira/browse/CB-10696) **iOS**: Encode target path with spaces
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-transfer",
"version": "1.6.4-dev",
"version": "1.7.0",
"description": "Cordova File Transfer Plugin",
"types": "./types/index.d.ts",
"cordova": {
+1 -1
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-transfer"
version="1.6.4-dev">
version="1.7.0">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
+1 -1
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-transfer-tests"
version="1.6.4-dev">
version="1.7.0">
<name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license>