CB-10187 Updated version and RELEASENOTES.md for release 1.1.1

This commit is contained in:
Shazron Abdullah 2015-12-10 16:00:13 -08:00
parent 65821f907d
commit ce285e8e06
4 changed files with 13 additions and 3 deletions

View File

@ -20,6 +20,16 @@
-->
# Release Notes
### 1.1.1 (Dec 10, 2015)
* CB-9445 Improves executeScript callbacks on iOS
* CB-10035 Incremented plugin version.
* CB-10040 - re-fix: backwards compatible with cordova-ios < 4.0
* CB-8534: Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82
* CB-3750: Fixes spinner on iOS. This closes #89
* CB-7696 Document target=_self behavior for Windows
* CB-10040 - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'
### 1.1.0 (Nov 18, 2015)
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
* Invoke webview if using local file

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "1.1.1-dev",
"version": "1.1.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.1.1-dev">
version="1.1.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.1.1-dev">
version="1.1.1">
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>