From a74510ba005f53c31fbcb832ac4859fe4ff2ce8d Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Tue, 28 Feb 2017 17:41:27 -0800 Subject: [PATCH] CB-12519 Updated version and RELEASENOTES.md for release 1.7.0 --- RELEASENOTES.md | 10 ++ package.json | 2 +- plugin.xml | 419 ++++++++++++++++++++--------------------------- tests/plugin.xml | 39 +---- 4 files changed, 195 insertions(+), 275 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4d86be2..d0995e5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,16 @@ --> # Release Notes +### 1.6.2 (Feb 28, 2017) +* [CB-12366](https://issues.apache.org/jira/browse/CB-12366) **iOS:** Reduce `tmpWindow` level to prevent overlapping statusbar +* [CB-12364](https://issues.apache.org/jira/browse/CB-12364) **Windows:** `Inappbrowser` inject file manual tests are not working +* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml` +* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped` +* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0** +* [CB-9148](https://issues.apache.org/jira/browse/CB-9148) **Android:** Add Support for `input[type=file]` File Chooser +* [CB-11136](https://issues.apache.org/jira/browse/CB-11136) (ios) Fix `InAppBrowser` when closing with `WKWebView` +* [CB-10799](https://issues.apache.org/jira/browse/CB-10799) **iOS:** fix toolbar is shown in incorrect position when in-call status bar + ### 1.6.1 (Dec 14, 2016) * [CB-12237](https://issues.apache.org/jira/browse/CB-12237) - Update version in package.json to correct 1.6.1-dev * [CB-12236](https://issues.apache.org/jira/browse/CB-12236) - Fixed RELEASENOTES for cordova-plugin-inappbrowser diff --git a/package.json b/package.json index bd3355a..a62b083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "1.6.2-dev", + "version": "1.7.0", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 3dac978..4e959b3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,243 +1,178 @@ - - - - - - InAppBrowser - Cordova InAppBrowser Plugin - Apache 2.0 - cordova,in,app,browser,inappbrowser - https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git - https://issues.apache.org/jira/browse/CB/component/12320641 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + InAppBrowser + Cordova InAppBrowser Plugin + Apache 2.0 + cordova,in,app,browser,inappbrowser + https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git + https://issues.apache.org/jira/browse/CB/component/12320641 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/plugin.xml b/tests/plugin.xml index 5c1debc..518abab 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -1,33 +1,8 @@ - - - - - Cordova InAppBrowser Plugin Tests - Apache 2.0 - - - - - - - + + + Cordova InAppBrowser Plugin Tests + Apache 2.0 + + +