Updated version and RELEASENOTES.md for release 1.4.0

This commit is contained in:
Steve Gill 2016-04-15 13:08:27 -07:00
parent c6ff803113
commit 56bb457c5e
4 changed files with 10 additions and 3 deletions

View File

@ -20,6 +20,13 @@
-->
# Release Notes
### 1.4.0 (Apr 15, 2016)
* CB-7679 add fix for **iOS** upload.
* CB-10944 `NoSuchMethodError` in `InAppBrowser` plugin
* CB-10937 fix stretched icons
* CB-10760 Fixing README for display on Cordova website
* CB-10636 Add `JSHint` for plugins
### 1.3.0 (Feb 09, 2016)
* [CB-3360](https://issues.apache.org/jira/browse/CB-3360) Set custom inappbrowser user agent for android
* [CB-10538](https://issues.apache.org/jira/browse/CB-10538) cordova-plugin-inappbrowser timeout issue

View File

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