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.