CB-9192 Updated version and RELEASENOTES.md for release 1.0.1

This commit is contained in:
Steve Gill 2015-06-17 12:36:04 -07:00
parent de9f3e35b4
commit 3413453d86
4 changed files with 7 additions and 3 deletions

View File

@ -190,3 +190,7 @@
* Keep external android pages in a single tab. (close #61)
* CB-8444 Add a clobber for `cordova.InAppBrowser.open` (close #80)
* CB-8444 Don't clobber `window.open` - Add new symbol/clobber to access open function (`cordova.InAppBrowser.open`) - Change existing tests to use new symbol (i.e. don't rely on plugin clobber of `window.open`) - Add tests to use `window.open` via manual replace with new symbol - Update docs to deprecate plugin clobber of `window.open`
### 1.0.1 (Jun 17, 2015)
* CB-9128 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
* fix npm md issue

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "1.0.1-dev",
"version": "1.0.1",
"description": "Cordova InAppBrowser Plugin",
"cordova": {
"id": "cordova-plugin-inappbrowser",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
version="1.0.1-dev">
version="1.0.1">
<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser-tests"
version="1.0.1-dev">
version="1.0.1">
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>