You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/02/05 02:57:58 UTC

[1/2] cordova-plugin-device-orientation git commit: CB-8429 Updated version and RELEASENOTES.md for release 0.3.11

Repository: cordova-plugin-device-orientation
Updated Branches:
  refs/heads/master 490dc67bb -> 4d36668cb
Updated Tags:  refs/tags/r0.3.11 [created] d8fd79b2a


CB-8429 Updated version and RELEASENOTES.md for release 0.3.11


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/d8fd79b2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/d8fd79b2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/d8fd79b2

Branch: refs/heads/master
Commit: d8fd79b2ae8d0392247e3dba4709d2fe25206b6d
Parents: 490dc67
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:12:45 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:12:45 2015 -0500

----------------------------------------------------------------------
 RELEASENOTES.md  | 3 +++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d8fd79b2/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c94de1a..f3b0979 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -85,3 +85,6 @@
 * CB-7977 Mention `deviceready` in plugin docs
 * CB-7700 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation
 * CB-7571 Bump version of nested plugin to match parent plugin
+
+### 0.3.11 (Feb 04, 2015)
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d8fd79b2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a988600..a861bd7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.11-dev">
+    version="0.3.11">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d8fd79b2/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3ff5e3f..9c01e96 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation.tests"
-    version="0.3.11-dev">
+    version="0.3.11">
     <name>Cordova Device Orientation 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


[2/2] cordova-plugin-device-orientation git commit: CB-8429 Incremented plugin version.

Posted by ag...@apache.org.
CB-8429 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/4d36668c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/4d36668c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/4d36668c

Branch: refs/heads/master
Commit: 4d36668cb77381dde3844dbc99584218aa5f47ce
Parents: d8fd79b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:54:02 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:54:02 2015 -0500

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/4d36668c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a861bd7..ebcfce0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.11">
+    version="0.3.12-dev">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/4d36668c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 9c01e96..85c46f1 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation.tests"
-    version="0.3.11">
+    version="0.3.12-dev">
     <name>Cordova Device Orientation 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