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 2014/06/06 23:04:05 UTC

[1/2] git commit: CB-6877 Incremented plugin version.

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 384d3fb8a -> c011fe2d9


CB-6877 Incremented plugin version.


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

Branch: refs/heads/master
Commit: c011fe2d9dd7b5b018cadb4d7a00a0f0f9428892
Parents: 992306b
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:40:50 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Jun 6 14:03:55 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/c011fe2d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index af47a77..9c47e0b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.5.0">
+      version="0.5.1-dev">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>


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

Posted by st...@apache.org.
CB-6877 Updated version and RELEASENOTES.md for release 0.5.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/992306bb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/992306bb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/992306bb

Branch: refs/heads/master
Commit: 992306bbc58f3ba9dc0f4dbcde1b084db5ba8169
Parents: 384d3fb
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:39:43 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Jun 6 14:03:55 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/992306bb/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3d6cd70..e6c931a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -97,3 +97,18 @@
 * CB-6212: [iOS] fix warnings compiled under arm64 64-bit
 * CB-6218: Update docs for BB10
 * CB-6460: Update license headers
+
+### 0.5.0 (Jun 05, 2014)
+* CB-6127 Spanish and rench Translations added. Github close #23
+* Clean up whitespace (mainly due to no newline at eof warning)
+* Adding permission info
+* CB-6806 Add license
+* CB-6491 add CONTRIBUTING.md
+* Add necessary capability so the plugin works on its own
+* CB-6474 InAppBrowser. Add data urls support to WP8
+* CB-6482 InAppBrowser calls incorrect callback on WP8
+* Fixed use of iOS 6 deprecated methods
+* CB-6360 - improvement: feature detection instead of iOS version detection
+* CB-5649 - InAppBrowser overrides App's orientation
+* refactoring fixed
+* CB-6396 [Firefox OS] Adding basic support

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/992306bb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 37c658e..af47a77 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.4.1-dev">
+      version="0.5.0">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>