From 8f69814dac6d397a1b186aa39bbf95bc121e67b5 Mon Sep 17 00:00:00 2001 From: Grant Benvenuti Date: Wed, 3 Sep 2014 14:14:10 +1000 Subject: [PATCH] Version bump and readme update --- README.md | 3 +++ plugin.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05117dd..2ad7bd5 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ Issue [#1](https://github.com/yoik/cordova-yoik-screenorientation/issues/1) @dok >It seems to be related to having width=device-width, height=device-height in the meta viewport (which is part of the boilerplate phonegap/cordova app). It can be solved by updating the viewport with width=device-height, height=device-width or simply removing width and height altogether. +####iOS8 + +Versions prior to 1.2.0 will cause an application crash in iOS8. ##BB10 Notes diff --git a/plugin.xml b/plugin.xml index d710d69..33a7849 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.2.0"> Screen Orientation Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and BB10.