Updated version and RELEASENOTES.md for release 1.4.0
This commit is contained in:
parent
c6ff803113
commit
56bb457c5e
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user