From 130d66660b28659052a8d1fd6e1b9ec8ed9d405f Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Mon, 6 Nov 2017 14:37:45 -0800 Subject: [PATCH] CB-13542 Updated version and RELEASENOTES.md for release 1.7.0 (via coho) --- RELEASENOTES.md | 8 ++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b2ccebb..e4c3d62 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/package.json b/package.json index b632b12..e94f627 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/plugin.xml b/plugin.xml index fcef7d0..ae91219 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.7.0"> File Transfer Cordova File Transfer Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 8fb20d0..abbb363 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.7.0"> Cordova File Transfer Plugin Tests Apache 2.0