You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/14 20:29:16 UTC

[5/6] cordova-plugin-inappbrowser git commit: CB-12237 Updated version and RELEASENOTES.md for release 1.6.1

CB-12237 Updated version and RELEASENOTES.md for release 1.6.1


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/b6e575be
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/b6e575be
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/b6e575be

Branch: refs/heads/1.6.x
Commit: b6e575be32fc8a98b652c778c8edf9884cdc4bf9
Parents: 5cb9df1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 14 12:21:39 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 14 12:21:39 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b6e575be/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c3a3fe1..4d86be2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 1.6.1 (Dec 14, 2016)
+* [CB-12237](https://issues.apache.org/jira/browse/CB-12237) - Update version in package.json to correct 1.6.1-dev
+* [CB-12236](https://issues.apache.org/jira/browse/CB-12236) - Fixed RELEASENOTES for cordova-plugin-inappbrowser
+* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed Windows 8.1 build badges
+* [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Incremented plugin version.
+
 ### 1.6.0 (Dec 07, 2016)
 * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.6.0
 * [CB-7608](https://issues.apache.org/jira/browse/CB-7608) (android) document useWidthViewPort

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b6e575be/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f093f55..72e2d22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-inappbrowser",
-  "version": "1.6.1-dev",
+  "version": "1.6.1",
   "description": "Cordova InAppBrowser Plugin",
   "cordova": {
     "id": "cordova-plugin-inappbrowser",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b6e575be/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b795eef..c4006ce 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.6.1-dev">
+      version="1.6.1">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b6e575be/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index cf7cc91..3394bec 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.6.1-dev">
+    version="1.6.1">
     <name>Cordova InAppBrowser Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org