You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/10 19:56:17 UTC

[1/2] git commit: [CB-5010] Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/dev 5ef517100 -> ce7a796cb


[CB-5010] Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: ce7a796cb0c5421db0490ae97d9ca99b96dd23e7
Parents: a76a0a3
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 16:06:19 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Oct 10 10:56:18 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/ce7a796c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9f75db2..5ad40e2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.2.3">
+      version="0.2.4-dev">
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3

Posted by st...@apache.org.
[CB-5010] Updated version and RELEASENOTES.md for release 0.2.3


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

Branch: refs/heads/dev
Commit: a76a0a3920e81c56db7c070e002eb24e4a1a478a
Parents: 5ef5171
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:27:18 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Oct 10 10:56:18 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/a76a0a39/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0dbdbc5..548a6a2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -32,3 +32,7 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4792] Added keepCallback to the show function.
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.2.3 (Oct 9, 2013)
+* [CB-4915] Incremented plugin version on dev branch.
+* [CB-4926] Fixes inappbrowser plugin loading for windows8
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/a76a0a39/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 341b4be..9f75db2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.2.3-dev">
+      version="0.2.3">
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>
     <license>Apache 2.0</license>