Skip to content

Commit 7eb2e1e

Browse files
committed
CB-13826 Updated version and RELEASENOTES.md for release 2.0.2
1 parent 98ee2e1 commit 7eb2e1e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

RELEASENOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
-->
2121
# Release Notes
2222

23+
### 2.0.2 (Jan 24, 2018)
24+
* [CB-13791](https://issues.apache.org/jira/browse/CB-13791) Add **Android** support for a footer close button
25+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default
26+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default
27+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default
28+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) restore gitignore to default
29+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) ignore idea folder
30+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) change hidetoolbarnavigationbuttons to hidenavigationbuttons in iso
31+
* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) **Android** works well now, all changes are now documented
32+
* [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
33+
* [CB-13746](https://issues.apache.org/jira/browse/CB-13746) Add build-tools-26.0.2 to travis
34+
2335
### 2.0.1 (Dec 27, 2017)
2436
* [CB-13699](https://issues.apache.org/jira/browse/CB-13699) Fix to allow 2.0.0 version install
2537

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "2.0.2-dev",
3+
"version": "2.0.2",
44
"description": "Cordova InAppBrowser Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser"
23-
version="2.0.2-dev">
23+
version="2.0.2">
2424

2525
<name>InAppBrowser</name>
2626
<description>Cordova InAppBrowser Plugin</description>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser-tests"
23-
version="2.0.2-dev">
23+
version="2.0.2">
2424
<name>Cordova InAppBrowser Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)