Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master c6ff80311 -> 37b3d249d


 Updated version and RELEASENOTES.md for release 1.4.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/56bb457c
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/56bb457c
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/56bb457c

Branch: refs/heads/master
Commit: 56bb457c5e1c2707fccc2da80fcddcf1b2087c04
Parents: c6ff803
Author: Steve Gill <[email protected]>
Authored: Fri Apr 15 13:08:27 2016 -0700
Committer: Steve Gill <[email protected]>
Committed: Fri Apr 15 13:08:27 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 7 +++++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/56bb457c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e93f73f..3edd9c5 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/56bb457c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 98e8371..2dd46c6 100644
--- a/package.json
+++ b/package.json
@@ -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",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/56bb457c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5776b6d..1e393f9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/56bb457c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 9970587..9583f9f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -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>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to