From 6211dd65ac638604aa4577d4c38136ed5a387a8e Mon Sep 17 00:00:00 2001 From: Suraj Pindoria Date: Wed, 24 Jan 2018 14:38:34 -0800 Subject: [PATCH] CB-13826 Updated version and RELEASENOTES.md for release 2.0.2 --- RELEASENOTES.md | 12 ++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 30057af..4949f7c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,18 @@ --> # Release Notes +### 2.0.2 (Jan 24, 2018) +* [CB-13791](https://issues.apache.org/jira/browse/CB-13791) Add **Android** support for a footer close button +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) ignore idea folder +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) change hidetoolbarnavigationbuttons to hidenavigationbuttons in iso +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) **Android** works well now, all changes are now documented +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) Lets user adjust color of toolbar, hide navigation buttons and set custom text on close button +* [CB-13746](https://issues.apache.org/jira/browse/CB-13746) Add build-tools-26.0.2 to travis + ### 2.0.1 (Dec 27, 2017) * [CB-13699](https://issues.apache.org/jira/browse/CB-13699) Fix to allow 2.0.0 version install diff --git a/package.json b/package.json index b43fb22..42baada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "2.0.2-dev", + "version": "2.0.2", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index e370904..ec72372 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="2.0.2"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 367e3d3..1db34ea 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="2.0.2"> Cordova InAppBrowser Plugin Tests Apache 2.0