From 34c9c296e8e17f063edfc8f8e3adfc1ebb4c4aaf Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:39:49 +0200 Subject: [PATCH] docs: move legacy release notes to RELEASENOTES.md --- README.md | 46 ---------------------------------------------- RELEASENOTES.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index d8e62de..fd194bb 100644 --- a/README.md +++ b/README.md @@ -120,49 +120,3 @@ The __screen.orientation__ property will not update when the phone is [rotated 1 ## Windows UWP Notes Windows store apps (windows-uwp) will only display orientation changes if the device has some sort of accelerometer. The internal state of the "orientation" will still be kept, but the actual screen won't rotate unless the device supports it. - -# Legacy Changelog - -See [RELEASENOTES.md](RELEASENOTES.md) for the automated changelog. - -# Changelog - -## 2.0.0 -* Common javascript for iOS, Android and Windows. - -## 1.4.2 -* [#101](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/101) make iOS rotate as needed when lockOrientation is called - -## 1.4.1 -* [#89](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/89) Fix for cordova >= 3.6.3 - -## 1.4.0 -* Added Windows 8.1 Support -* [#54](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/54) Background thread for ios -* [#64](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/64) Orientation naming bug fixed -* Add portrait upside down to iOS default orientations - -## 1.3.5-6 -* Plugin added to npm - -## 1.3.4 -* Readme update - -## 1.3.3 -* [#53](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/53) WP8 Support - -## 1.3.2 - -* [#33](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/33) iOS8 Delay Block - -## 1.3.0 - -* [#23](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/23) iOS8 flicker - -## 1.2.0-1.2.1 - -* [#19](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/19) iOS8 Crash - - - -Pull requests welcome. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ee7d467..97e306a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -42,6 +42,7 @@ * [CB-12588](https://issues.apache.org/jira/browse/CB-12588) add manual tests in cordova-plugin-test-framework style ### 2.0.0 (Mar 14, 2017) +* Common javascript for iOS, Android and Windows. * [CB-11628](https://issues.apache.org/jira/browse/CB-11628) - w3c spec compliance https://www.w3.org/TR/screen-orientation/ ### 1.4.2 (Dec 07, 2016) @@ -55,4 +56,29 @@ * make iOS rotate as needed when lockOrientation is called * switch license from MIT to Apache 2.0 +## 1.4.1 +* Fix for cordova >= 3.6.3 +## 1.4.0 +* Added Windows 8.1 Support +* Background thread for ios +* Orientation naming bug fixed +* Add portrait upside down to iOS default orientations + +## 1.3.5-6 +* Plugin added to npm + +## 1.3.4 +* Readme update + +## 1.3.3 +* WP8 Support + +## 1.3.2 +* iOS8 Delay Block + +## 1.3.0 +* iOS8 flicker + +## 1.2.0-1.2.1 +* iOS8 Crash