You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by to...@apache.org on 2016/05/23 13:42:17 UTC

[19/50] cordova-plugin-screen-orientation git commit: Readme update

Readme update


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

Branch: refs/heads/master
Commit: 4c86a0d8c6080ea368e5417fb03f0e53e500c5ad
Parents: 51a6fc8
Author: Grant Benvenuti <g....@pni.com.au>
Authored: Thu May 14 14:04:03 2015 +1000
Committer: Grant Benvenuti <g....@pni.com.au>
Committed: Thu May 14 14:04:03 2015 +1000

----------------------------------------------------------------------
 README.md  | 12 +++++++++++-
 plugin.xml |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/4c86a0d8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f10652a..5d6f330 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 #Cordova Screen Orientation Plugin
 
-Cordova plugin to set/lock the screen orientation in a common way for iOS, Android and Blackberry 10.  From version 1.0.0 the interface is based on the [Screen Orientation API](http://www.w3.org/TR/screen-orientation/).
+Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, WP8 and Blackberry 10.  From version 1.0.0 the interface is based on the [Screen Orientation API](http://www.w3.org/TR/screen-orientation/).
 
 The plugin adds the following to the screen object:
 
@@ -88,8 +88,18 @@ Versions prior to 1.2.0 will cause an application crash in iOS8 due to a change
 
 Wraps the com.blackberry.app plugin functions, auto installed as a dependancy.
 
+####WP8 Notes
+
+Windows phone does not support specification or primary and secondary orientations.  If called with a specific orientation the plugin will just apply the landscape or portait orientation.
+
 #Changelog
 
+##1.3.4
+* Readme update
+
+##1.3.3
+* [#53](https://github.com/yoik/cordova-yoik-screenorientation/pull/53) WP8 Support
+
 ##1.3.2
 
 * [#33](https://github.com/yoik/cordova-yoik-screenorientation/issues/33) iOS8 Delay Block

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/4c86a0d8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8f02208..0424eb8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="net.yoik.cordova.plugins.screenorientation"
-    version="1.3.3">
+    version="1.3.4">
 
     <name>Screen Orientation</name>
     <description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8 and BB10.</description>


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